Open dhouck opened 2 years ago
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.
defaults
Formatter.__init__
ColoredFormatter
coloredlogs.install
Python 3.10 added a
defaults
argument to theFormatter.__init__
to enable you to use custom fields in the format string. Itʼd be nice ifColoredFormatter
andcoloredlogs.install
supported this too.