You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.