fix(log_fmt_console): double option in config
When option was specified, it appeared twice in config, making configuration file buggy, and not loaded.
This commit is contained in:
parent
99b14699f3
commit
b705e44378
@ -1590,7 +1590,7 @@ mine_get:
|
||||
# the coloring of the messages, these color formatters also include padding as
|
||||
# well. Color LogRecord attributes are only available for console logging.
|
||||
#
|
||||
{{ get_config('log_fmt_console', "'%(colorlevel)s %(colormsg)s'") }}
|
||||
#log_fmt_console "%(colorlevel)s %(colormsg)s"
|
||||
{{ get_config('log_fmt_console', "'[%(levelname)-8s] %(message)s'") }}
|
||||
|
||||
{{ get_config('log_fmt_logfile', "'%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s'") }}
|
||||
|
@ -1080,7 +1080,7 @@ ext_pillar:
|
||||
# the coloring of the messages, these color formatters also include padding as
|
||||
# well. Color LogRecord attributes are only available for console logging.
|
||||
#
|
||||
{{ get_config('log_fmt_console', "'%(colorlevel)s %(colormsg)s'") }}
|
||||
#log_fmt_console "%(colorlevel)s %(colormsg)s"
|
||||
{{ get_config('log_fmt_console', "'[%(levelname)-8s] %(message)s'") }}
|
||||
#
|
||||
{{ get_config('log_fmt_logfile', "'%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s'") }}
|
||||
|
Loading…
Reference in New Issue
Block a user