Disable logging to the stderr
The oslo logger logs to the stderr by default.
This configuration change will disable the stderr logging.
Fixing Bug 1207066
Change-Id: I1dd238811480daf8e8e8df3684e2aadc74442ff8
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 825965f..3aa0497 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -1,5 +1,13 @@
[DEFAULT]
# log_config = /opt/stack/tempest/etc/logging.conf.sample
+
+# disable logging to the stderr
+use_stderr = False
+
+# log file
+log_file = tempest.log
+
+# lock/semaphore base directory
lock_path=/tmp
[identity]