python-coloredlogs
python-coloredlogs copied to clipboard
Add defaults parameter to ColoredFormatter.__init__ in python3.10+
Python 3.10 added a defaults argument to the Formatter.__init__ to enable you to use custom fields in the format string. Itʼd be nice if ColoredFormatter and coloredlogs.install supported this too.