Merge "Format of nova-api log files was corrected"
This commit is contained in:
commit
b37ca0f7b4
@ -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%
|
||||||
|
@ -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%
|
||||||
|
Loading…
Reference in New Issue
Block a user