Merge "Change httpd Keystone log level to default"
This commit is contained in:
commit
c73176b5e2
@ -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
|
||||
</VirtualHost>
|
||||
|
||||
@ -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
|
||||
</VirtualHost>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user