mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remove the --log-config-dict flag
There is no support for decoding any dictionary supplied on the command line. The only way to supply a dictionary logging config is through the configuration file. Close #1909.
This commit is contained in:
parent
548d5828da
commit
37994e1422
@ -2,6 +2,12 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Unreleased
|
||||
==========
|
||||
|
||||
- remove the `--log-dict-config` CLI flag because it never had a working format
|
||||
(the `logconfig_dict` setting in configuration files continues to work)
|
||||
|
||||
20.0.4 / 2019/11/26
|
||||
===================
|
||||
|
||||
|
||||
@ -1419,7 +1419,6 @@ 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