diff options
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/common/cfg.py b/openstack/common/cfg.py index f5b3a84..4e93205 100644 --- a/openstack/common/cfg.py +++ b/openstack/common/cfg.py @@ -1760,6 +1760,7 @@ class CommonConfigOpts(ConfigOpts): help='(Optional) Name of log file to output to. ' 'If not set, logging will go to stdout.'), StrOpt('log-dir', + deprecated_name='logdir', help='(Optional) The directory to keep log files in ' '(will be prepended to --log-file)'), BoolOpt('use-syslog', |
