Skip to content

Commit e1d004a

Browse files
Brant KnudsonSteve Martinelli
authored andcommitted
Change httpd Keystone log level to default
Having Keystone's log level at debug caused a lot of uninteresting Httpd-related log lines to be displayed which makes debugging more difficult than it should be. Rather than set the log level explicitly, Keystone will use the Httpd server's setting, which defaults to warn. Partial-Bug: #1359995 Change-Id: Ieef882944bafd98f7b27497a5276124b21c3e576
1 parent a8f0d96 commit e1d004a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

files/apache-keystone.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Listen %ADMINPORT%
77
WSGIScriptAlias / %PUBLICWSGI%
88
WSGIApplicationGroup %{GLOBAL}
99
ErrorLog /var/log/%APACHE_NAME%/keystone.log
10-
LogLevel debug
1110
CustomLog /var/log/%APACHE_NAME%/access.log combined
1211
</VirtualHost>
1312

@@ -17,7 +16,6 @@ Listen %ADMINPORT%
1716
WSGIScriptAlias / %ADMINWSGI%
1817
WSGIApplicationGroup %{GLOBAL}
1918
ErrorLog /var/log/%APACHE_NAME%/keystone.log
20-
LogLevel debug
2119
CustomLog /var/log/%APACHE_NAME%/access.log combined
2220
</VirtualHost>
2321

0 commit comments

Comments
 (0)