Fix log_level_logfile config value type

This commit is contained in:
Denys Havrysh 2016-11-13 22:53:16 +02:00
parent 1bd76a1d96
commit b7c24811e5

View file

@ -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,