python-coloredlogs
python-coloredlogs copied to clipboard
Map logging config dict directly to argument of coloredlogs.install()
It would be great to be able to supply a logging module style config dictionary (loaded from yaml in my case) directly as an argument to coloredlogs.install().
Is this currently possible?
If not, could you add it?
If not, is there an efficient workaround?
Thanks