I am a coding dilettante — I write programs for fun, occasionally. I like to have proper logs, but wow the logging module is complicated. I'd love to add these levels (they should be standard!). And, I'd like to load the logging config from my program's already-yaml-based-config file, using dictConfig(). I'm totally perplexed about how one might do this — if I have VERBOSE or NOTICE in my config for a handler, that handler doesn't seem to get defined right, and then everything false apart.
Adding this to the documentation would be much appreciated.
I am a coding dilettante — I write programs for fun, occasionally. I like to have proper logs, but wow the logging module is complicated. I'd love to add these levels (they should be standard!). And, I'd like to load the logging config from my program's already-yaml-based-config file, using dictConfig(). I'm totally perplexed about how one might do this — if I have
VERBOSEorNOTICEin my config for a handler, that handler doesn't seem to get defined right, and then everything false apart.Adding this to the documentation would be much appreciated.