Format of nova-api log files was corrected
When nova-api and nova-ec2-api services are started by Apache (it can be done with devstack config option NOVA_USE_MOD_WSGI=True) log files contained duplication of timestamp value. Change-Id: I5439ea8f89ca3073600456f67220e9d3f5257d97 Closes-Bug: #1510517
This commit is contained in:
parent
0afcac2e01
commit
4abb31d9d8
@ -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