From e1d004aa4441ec031b6b09ea67e707f9143f91c1 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 21 Aug 2014 18:22:00 -0500 Subject: [PATCH] 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 --- files/apache-keystone.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/apache-keystone.template b/files/apache-keystone.template index 7954a8634f..a9d9cc3280 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template @@ -7,7 +7,6 @@ Listen %ADMINPORT% WSGIScriptAlias / %PUBLICWSGI% WSGIApplicationGroup %{GLOBAL} ErrorLog /var/log/%APACHE_NAME%/keystone.log - LogLevel debug CustomLog /var/log/%APACHE_NAME%/access.log combined @@ -17,7 +16,6 @@ Listen %ADMINPORT% WSGIScriptAlias / %ADMINWSGI% WSGIApplicationGroup %{GLOBAL} ErrorLog /var/log/%APACHE_NAME%/keystone.log - LogLevel debug CustomLog /var/log/%APACHE_NAME%/access.log combined