summaryrefslogtreecommitdiff
path: root/oslo_rootwrap/tests/run_daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_rootwrap/tests/run_daemon.py')
-rw-r--r--oslo_rootwrap/tests/run_daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oslo_rootwrap/tests/run_daemon.py b/oslo_rootwrap/tests/run_daemon.py
index 8483ff1..a39e4cf 100644
--- a/oslo_rootwrap/tests/run_daemon.py
+++ b/oslo_rootwrap/tests/run_daemon.py
@@ -49,6 +49,7 @@ class nonclosing(object):
def close(self):
pass
+
log_format = ("%(asctime)s | [%(process)5s]+%(levelname)5s | "
"%(message)s")
if __name__ == '__main__':