Closed mrcrdwd closed 1 year ago
A side effect of this is that this will override the default output (obviously) used by coloredlogs.
There really should be output and styling options under [logging]
in the kairos.cfg
file.
There really should be output and styling options under
[logging]
in thekairos.cfg
file.
I agree that adding this as configuration options to kairos.cfg
is the best solution.
A nice feature of coloredlogs is that it also allows changing the logging format using environment variables. So users can already tweak the format to their liking.
Coloredlogs doesn't automatically inherit the log and date format from the root logger (at least for me). They need to be passed as a parameter.