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:
Randall Leeds 2020-12-16 18:08:38 -05:00
parent 548d5828da
commit 37994e1422
2 changed files with 6 additions and 1 deletions

View File

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

View File

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