EliAndrewC / sideboard

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

sideboard.lib.log should have a trace method #56

Closed EliAndrewC closed 10 years ago

EliAndrewC commented 10 years ago

http://stackoverflow.com/a/11784984/1694 offers a great way to add a custom logging level to Python loggers. I really miss the lack of "trace" logging in Python, since only having one level that's more verbose than "info" is really annoying.

For example, our "debug" logging level logs every request and response. That would be more appropriate for the "trace" logging level.