mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add CLI option for dictionary log config
This commit is contained in:
parent
9d7c857521
commit
c5ae962dfa
@ -1312,6 +1312,7 @@ class LogConfig(Setting):
|
||||
class LogConfigDict(Setting):
|
||||
name = "logconfig_dict"
|
||||
section = "Logging"
|
||||
cli = ["--log-config-dict"]
|
||||
validator = validate_dict
|
||||
default = {}
|
||||
desc = """\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user