mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Call set_lowest_log_level_by_opts with set_logging_options_dict
This commit is contained in:
parent
c3826c6143
commit
efa63ac3f2
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ def set_logging_options_dict(opts):
|
|||
except AttributeError:
|
||||
pass
|
||||
set_logging_options_dict.__options_dict__ = opts
|
||||
set_lowest_log_level_by_opts(opts)
|
||||
|
||||
|
||||
def freeze_logging_options_dict():
|
||||
|
|
Loading…
Add table
Reference in a new issue