From b32c68bf530d7b90d091f8c1c78ed39bef0fa4bb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 28 Sep 2017 21:14:02 +0000 Subject: [PATCH] No need for this noise anymore. --- roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) 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 788bf0fbd9..14e687762b 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,10 +21,6 @@ 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}