Skip to content

Commit

Permalink
OIDCNG: Remove file based logging option from logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 18, 2024
1 parent 46e61cc commit 1edda26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion roles/oidcng/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ oidcng_saml_sp_entityid: https://connect.{{ base_domain }}
oidcng_idp_metadata_url: https://engine.{{ base_domain }}/authentication/idp/metadata
oidcng_base_hostname: connect.{{ base_domain }}
oidcng_logback_email: true
oidcng_logback_file: true
oidcng_logback_json: true
oidcng_idp_sso_location: https://engine.{{ base_domain }}/authentication/idp/single-sign-on
oidcng_manage_provision_samlsp_client_id: "https://connect.{{ base_domain }}"
Expand Down
3 changes: 0 additions & 3 deletions roles/oidcng/templates/logback.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<logger name="oidc" level="WARN" />
<logger name="org.springframework" level="WARN" />
<root level="WARN">
{%if oidcng_logback_file |bool %}
<appender-ref ref="FILE" />
{%endif%}
{%if oidcng_logback_email |bool %}
<appender-ref ref="EMAIL" />
{%endif%}
Expand Down

0 comments on commit 1edda26

Please sign in to comment.