mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix log_level_logfile
config value type
This commit is contained in:
parent
1bd76a1d96
commit
b7c24811e5
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ VALID_OPTS = {
|
|||
'log_level': str,
|
||||
|
||||
# The log level to log to a given file
|
||||
'log_level_logfile': bool,
|
||||
'log_level_logfile': str,
|
||||
|
||||
# The format to construct dates in log files
|
||||
'log_datefmt': str,
|
||||
|
|
Loading…
Add table
Reference in a new issue