Merge "Format of nova-api log files was corrected"

This commit is contained in:
Jenkins 2015-10-29 11:35:29 +00:00 committed by Gerrit Code Review
commit b37ca0f7b4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Listen %PUBLICPORT%
WSGIApplicationGroup %{GLOBAL} WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On WSGIPassAuthorization On
<IfVersion >= 2.4> <IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M" ErrorLogFormat "%M"
</IfVersion> </IfVersion>
ErrorLog /var/log/%APACHE_NAME%/nova-api.log ErrorLog /var/log/%APACHE_NAME%/nova-api.log
%SSLENGINE% %SSLENGINE%

View File

@ -7,7 +7,7 @@ Listen %PUBLICPORT%
WSGIApplicationGroup %{GLOBAL} WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On WSGIPassAuthorization On
<IfVersion >= 2.4> <IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M" ErrorLogFormat "%M"
</IfVersion> </IfVersion>
ErrorLog /var/log/%APACHE_NAME%/nova-ec2-api.log ErrorLog /var/log/%APACHE_NAME%/nova-ec2-api.log
%SSLENGINE% %SSLENGINE%