Browse code

Merge "Fix tempest logging configuration"

Jenkins authored on 2013/08/01 08:29:20
Showing 1 changed files
... ...
@@ -199,6 +199,8 @@ function configure_tempest() {
199 199
     # Oslo
200 200
     iniset $TEMPEST_CONF DEFAULT lock_path $TEMPEST_STATE_PATH
201 201
     mkdir -p $TEMPEST_STATE_PATH
202
+    iniset $TEMPEST_CONF DEFAULT use_stderr False
203
+    iniset $TEMPEST_CONF DEFAULT log_file tempest.log
202 204
 
203 205
     # Timeouts
204 206
     iniset $TEMPEST_CONF compute build_timeout $BUILD_TIMEOUT