diff --git a/files/apache-keystone.template b/files/apache-keystone.template index fc8731c559..7954a8634f 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template @@ -6,7 +6,7 @@ Listen %ADMINPORT% WSGIProcessGroup keystone-public WSGIScriptAlias / %PUBLICWSGI% WSGIApplicationGroup %{GLOBAL} - ErrorLog /var/log/%APACHE_NAME%/keystone + ErrorLog /var/log/%APACHE_NAME%/keystone.log LogLevel debug CustomLog /var/log/%APACHE_NAME%/access.log combined @@ -16,7 +16,7 @@ Listen %ADMINPORT% WSGIProcessGroup keystone-admin WSGIScriptAlias / %ADMINWSGI% WSGIApplicationGroup %{GLOBAL} - ErrorLog /var/log/%APACHE_NAME%/keystone + ErrorLog /var/log/%APACHE_NAME%/keystone.log LogLevel debug CustomLog /var/log/%APACHE_NAME%/access.log combined diff --git a/lib/keystone b/lib/keystone index 547646a644..07fee6e02e 100644 --- a/lib/keystone +++ b/lib/keystone @@ -467,7 +467,7 @@ function start_keystone { if [ "$KEYSTONE_USE_MOD_WSGI" == "True" ]; then restart_apache_server - screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone" + screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone.log" else # Start Keystone in a screen window screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF --debug"