Skip to content

Commit b37ca0f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Format of nova-api log files was corrected"
2 parents fd97214 + 4abb31d commit b37ca0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/apache-nova-api.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Listen %PUBLICPORT%
77
WSGIApplicationGroup %{GLOBAL}
88
WSGIPassAuthorization On
99
<IfVersion >= 2.4>
10-
ErrorLogFormat "%{cu}t %M"
10+
ErrorLogFormat "%M"
1111
</IfVersion>
1212
ErrorLog /var/log/%APACHE_NAME%/nova-api.log
1313
%SSLENGINE%

files/apache-nova-ec2-api.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Listen %PUBLICPORT%
77
WSGIApplicationGroup %{GLOBAL}
88
WSGIPassAuthorization On
99
<IfVersion >= 2.4>
10-
ErrorLogFormat "%{cu}t %M"
10+
ErrorLogFormat "%M"
1111
</IfVersion>
1212
ErrorLog /var/log/%APACHE_NAME%/nova-ec2-api.log
1313
%SSLENGINE%

0 commit comments

Comments
 (0)