diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-21 00:24:35 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-02-21 00:24:35 -0800 |
| commit | f28ed7d95afd17e55e1db25a75e065f9da0f06e6 (patch) | |
| tree | 280edceb910ae809fd6535b933c6ddba37c08055 | |
| parent | f9af5309cf50b3b1a4ef9799c071cbaa6b1b304f (diff) | |
add docstring to reset method
| -rw-r--r-- | nova/log.py | 1 |
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() |
