Turn up the odcs/apache log level in staging.

This commit is contained in:
Ralph Bean 2017-09-26 17:31:12 +00:00
parent fa246a7a86
commit 537c7aacab

View file

@ -21,6 +21,10 @@ OIDCOAuthIntrospectionEndpoint https://id.fedoraproject.org/openidc/TokenInfo
OIDCOAuthIntrospectionEndpointAuth client_secret_post
OIDCOAuthIntrospectionEndpointParams token_type_hint=Bearer
{% if env == 'staging' %}
LogLevel DEBUG
{% endif %}
<Directory /usr/share/odcs>
WSGIProcessGroup odcs
WSGIApplicationGroup %{GLOBAL}