Aside from its format, I haven't found the coloredlogs package all that helpful. The use_coloredlogs is now deprecated, and formatter has been added. Setting this to logging_tools.WIPACDevToolsFormatter will get a similar format. For backward compatibility, using use_coloredlogs will log a warning, and use logging_tools.WIPACDevToolsFormatter.
For
logging_tools.set_level()
:Aside from its format, I haven't found the coloredlogs package all that helpful. The
use_coloredlogs
is now deprecated, andformatter
has been added. Setting this tologging_tools.WIPACDevToolsFormatter
will get a similar format. For backward compatibility, usinguse_coloredlogs
will log a warning, and uselogging_tools.WIPACDevToolsFormatter
.