mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Pop the proper key name.
This commit is contained in:
parent
ae4aaa37d2
commit
130cd902f0
@ -541,7 +541,7 @@ class LogLevelMixIn(object):
|
||||
if cli_log_datefmt in self.config and not \
|
||||
self.config.get(cli_log_datefmt):
|
||||
# Remove it from config so it inherits from log_datefmt_console
|
||||
self.config.pop(cli_log_fmt)
|
||||
self.config.pop(cli_log_datefmt)
|
||||
|
||||
if self.config.get('log_datefmt_console', None) is None:
|
||||
# Remove it from config so it inherits from log_datefmt
|
||||
|
Loading…
Reference in New Issue
Block a user