pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Logging. #19

Open pharaun opened 10 years ago

pharaun commented 10 years ago

Right now there is absolutely no logging outside of stdout messages that are generated from yesod-routes/warp itself. We should absolutely extend it to include all other useful information such as program submitted, amount of time taken to execute programs and so on.

pharaun commented 10 years ago

We have a start with this with hslogging for the nsq bindings but we need to extend it to the rest of the subsystem.

also maybe eventually consider replacing hslogging with a higher-speed logger

pharaun commented 8 years ago

Some bits in the build system also latched into the logging too.