File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Listen %ADMINPORT%
66 WSGIProcessGroup keystone-public
77 WSGIScriptAlias / %PUBLICWSGI%
88 WSGIApplicationGroup %{GLOBAL}
9- ErrorLog /var/log/%APACHE_NAME%/keystone
9+ ErrorLog /var/log/%APACHE_NAME%/keystone.log
1010 LogLevel debug
1111 CustomLog /var/log/%APACHE_NAME%/access.log combined
1212</VirtualHost>
@@ -16,7 +16,7 @@ Listen %ADMINPORT%
1616 WSGIProcessGroup keystone-admin
1717 WSGIScriptAlias / %ADMINWSGI%
1818 WSGIApplicationGroup %{GLOBAL}
19- ErrorLog /var/log/%APACHE_NAME%/keystone
19+ ErrorLog /var/log/%APACHE_NAME%/keystone.log
2020 LogLevel debug
2121 CustomLog /var/log/%APACHE_NAME%/access.log combined
2222</VirtualHost>
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ function start_keystone {
467467
468468 if [ "$KEYSTONE_USE_MOD_WSGI" == "True" ]; then
469469 restart_apache_server
470- screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone"
470+ screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone.log "
471471 else
472472 # Start Keystone in a screen window
473473 screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF --debug"
You can’t perform that action at this time.
0 commit comments