Add CLI option for dictionary log config

This commit is contained in:
Randall Leeds 2017-10-29 21:43:26 -07:00
parent 9d7c857521
commit c5ae962dfa

View File

@ -1312,6 +1312,7 @@ class LogConfig(Setting):
class LogConfigDict(Setting):
name = "logconfig_dict"
section = "Logging"
cli = ["--log-config-dict"]
validator = validate_dict
default = {}
desc = """\