waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Re-ordered the logging to use the module namespace to segregate itself #61

Open slick666 opened 8 years ago

slick666 commented 8 years ago

Added a TODO to a hanging comment

slick666 commented 8 years ago

@sayanchowdhury here is what I was thinking about the re-working of the logging. I put in an example one on line 26 to show how we could partition out and separately log pieces if we or our users want to but by default everything would roll up.

I also put it in the yaml format for readability. it's ultimately a python dict but I think for this kind of data structure yaml is easier for a dev or admin to read.

Please let me know your thoughts