[java-idp-oidc] branch main updated: Changed the default 'idp.loglevel.idp' from DEBUG into INFO in tests.
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Mar 29 14:52:08 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=c41863606232890424f92cac7ba886c408d21b28
The following commit(s) were added to refs/heads/main by this push:
new c4186360 Changed the default 'idp.loglevel.idp' from DEBUG into INFO in tests.
c4186360 is described below
commit c41863606232890424f92cac7ba886c408d21b28
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Mar 29 17:49:35 2023 +0300
Changed the default 'idp.loglevel.idp' from DEBUG into INFO in tests.
This reduces the size of log-file from 1.4G into 0.5G. Also the build
time is cut into half.
The new JWT security flow tests are the main reason for the highly
increased size.
---
idp-oidc-extension-impl/src/test/resources/conf/logback.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/logback.xml b/idp-oidc-extension-impl/src/test/resources/conf/logback.xml
index 46c98e4a..50450db2 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/logback.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/logback.xml
@@ -21,7 +21,7 @@
<!-- <variable name="idp.process.appender" value="ASYNC_PROCESS" /> -->
<!-- Logging level shortcuts. -->
- <variable name="idp.loglevel.idp" value="${idp.loglevel.idp:-DEBUG}" />
+ <variable name="idp.loglevel.idp" value="${idp.loglevel.idp:-INFO}" />
<variable name="idp.loglevel.ldap" value="${idp.loglevel.ldap:-WARN}" />
<variable name="idp.loglevel.messages" value="${idp.loglevel.messages:-INFO}" />
<variable name="idp.loglevel.encryption" value="${idp.loglevel.encryption:-INFO}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list