Where is a complete example of logging.config.dictConfig?
How do I use dictConfig
? How should I specify its input config
dictionary?
How do I use dictConfig
? How should I specify its input config
dictionary?
I’d like to have loglevel TRACE (5) for my application, as I don’t think that debug()
is sufficient. Additionally log(5, msg)
isn’t what I want. How can I add a custom loglevel to a Python logger?