Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.utils.log_unittest.py @ b6fa9a44

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
b6fa9a44 01/31/2011 02:53 pm Michael Hanselmann

Introduce re-openable log record handler

This patch adds a new log handler class based on the standard library's
BaseRotatingHandler. This new class allows the log file to be re-opened,
e.g. upon receiving a SIGHUP signal. The latter will be implemented in...