summaryrefslogtreecommitdiffstats
path: root/nova/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/log.py')
-rw-r--r--nova/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/log.py b/nova/log.py
index 8d240782d..94eeecce0 100644
--- a/nova/log.py
+++ b/nova/log.py
@@ -294,6 +294,7 @@ if not isinstance(logging.root, NovaRootLogger):
root = logging.root
def reset():
+ """Resets logging handlers. Should be called if FLAGS changes."""
root.setup_from_flags()