Merge "Fix inconsistent freezer-api log output"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user