Merge "Format of nova-api log files was corrected"
This commit is contained in:
commit
b37ca0f7b4
@ -7,7 +7,7 @@ Listen %PUBLICPORT%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
ErrorLogFormat "%M"
|
||||
</IfVersion>
|
||||
ErrorLog /var/log/%APACHE_NAME%/nova-api.log
|
||||
%SSLENGINE%
|
||||
|
@ -7,7 +7,7 @@ Listen %PUBLICPORT%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
ErrorLogFormat "%M"
|
||||
</IfVersion>
|
||||
ErrorLog /var/log/%APACHE_NAME%/nova-ec2-api.log
|
||||
%SSLENGINE%
|
||||
|
Loading…
Reference in New Issue
Block a user