From 537c7aacabb4da5d7cf42a163a9a154738e0811c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 26 Sep 2017 17:31:12 +0000 Subject: [PATCH] Turn up the odcs/apache log level in staging. --- roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 index 43e093f5e2..bfc6dcd3e2 100644 --- a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 +++ b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 @@ -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 %} + WSGIProcessGroup odcs WSGIApplicationGroup %{GLOBAL}