Turn up the odcs/apache log level in staging.
This commit is contained in:
parent
fa246a7a86
commit
537c7aacab
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue