summaryrefslogtreecommitdiffstats
path: root/openstack/common/exception.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-21 14:13:59 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-21 14:13:59 +0000
commitc5984ba9c4f3cb7b682d47a06018aacbf82f074d (patch)
tree7f2fe876a1620b6aaba827c9a848a3ec4542b1b8 /openstack/common/exception.py
parent82c8fb786a67b6e636095cb6bb8ebcb3ebc47463 (diff)
downloadoslo-c5984ba9c4f3cb7b682d47a06018aacbf82f074d.tar.gz
oslo-c5984ba9c4f3cb7b682d47a06018aacbf82f074d.tar.xz
oslo-c5984ba9c4f3cb7b682d47a06018aacbf82f074d.zip
Move logging config options into the log module
We learned a lesson in Nova - it's best to declare and use config options within a single module if possible. Globally declared and use config options grow like weeds and it becomes harder to find out if, where and how individual options are used. Strangely, in cfg itself, we randomly declare a bunch of logging options which are only used within the openstack.common.log module - let's move the options there and remove the CommonConfigOpts class before they become part of the API we commit to when oslo-config is released. A minor detail in the patch - the logfile and logdir options are already deprecated in favour of log_file and log_dir, but we never got around to removing all other traces of the deprecated options. Change-Id: I3913ea54465658d93dc56e014dfe5d911b0541d6
Diffstat (limited to 'openstack/common/exception.py')
0 files changed, 0 insertions, 0 deletions