python-coloredlogs icon indicating copy to clipboard operation
python-coloredlogs copied to clipboard

Add defaults parameter to ColoredFormatter.__init__ in python3.10+

Open dhouck opened this issue 4 years ago • 0 comments

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.

dhouck avatar Dec 16 '21 12:12 dhouck