Merge "Fix inconsistent freezer-api log output"

This commit is contained in:
Jenkins
2016-11-30 02:12:13 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -10,9 +10,9 @@ Listen %SERVICE_HOST%:%FREEZER_API_PORT%
WSGIApplicationGroup freezer-api
WSGIScriptAlias / %FREEZER_API_DIR%/freezer_api/cmd/wsgi.py
ErrorLogFormat "%M"
ErrorLog /var/log/%APACHE_NAME%/freezer-api.log
CustomLog /var/log/%APACHE_NAME%/freezer-api_access.log combined
LogLevel info
<Directory %FREEZER_API_DIR%/freezer_api>
Options Indexes FollowSymLinks MultiViews

View File

@@ -123,9 +123,9 @@ example running freezer-api with apache2
WSGIApplicationGroup freezer-api
WSGIScriptAlias / /opt/stack/freezer_api/cmd/wsgi.py
ErrorLogFormat "%M"
ErrorLog /var/log/freezer-api/freezer-api.log
CustomLog /var/log/freezer-api/freezer-api_access.log combined
LogLevel info
<Directory /opt/stack/freezer_api>
Options Indexes FollowSymLinks MultiViews