Commit Graph

9 Commits

Author SHA1 Message Date
Brian S. Stephan 96d58f81c4 Dispatch: support file targets
if for some reason (spoilers: i have a reason) you would want to have
dispatched stuff go to a file, that can now be done. prepend the
(fully-qualified) filename with FILE: in the database and off you go
2013-06-08 21:15:04 -05:00
Brian S. Stephan b17de69a93 logging.cfg: i really hate this config file format 2012-09-17 16:28:42 -05:00
Brian S. Stephan 73878cde5f logging.cfg: log weather at debug 2012-09-17 16:24:56 -05:00
Brian S. Stephan 83039d4d46 logging.cfg: show example of nesting log rules
most at INFO, markov at DEBUG
2012-07-28 09:48:36 -05:00
Brian S. Stephan 26596e5e00 add debug logging to irclib rather than the gross print()ing
note that with the default logging config, nothing is printed at INFO,
so irclib is silent. but this is better control over the debugging
2012-07-26 20:17:58 -05:00
Brian S. Stephan e6be873f3d rename logger to drbotzo for clarity's sake 2012-07-26 20:09:22 -05:00
Brian S. Stephan db0cfbc997 add sanity (aka correct) the logging config 2012-07-26 19:38:34 -05:00
Brian S. Stephan d5735ce2a7 logging.cfg: log to a file, and use the formatter 2012-07-15 21:47:21 -05:00
Brian S. Stephan 9654f4de98 switch to use python's logging, with config file i'm not entirely happy about 2012-07-15 21:32:12 -05:00