Merge pull request #2476 from benoitc/fix/1909/no-log-config-dict-cli

Remove the --log-config-dict flag
This commit is contained in:
Randall Leeds 2020-12-18 20:50:12 -05:00 committed by GitHub
commit c097bec0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = """\