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.
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.