drop to warn logging in prod

This commit is contained in:
Leif Johansson 2018-09-21 12:10:25 +02:00
parent ab7f56c11d
commit c9b085bfb4

View file

@ -1,17 +1,17 @@
<included>
<variable name="idp.loglevel.idp" value="INFO" />
<variable name="idp.loglevel.messages" value="ERROR" />
<variable name="idp.loglevel.encryption" value="ERROR" />
<variable name="idp.loglevel.opensaml" value="ERROR" />
<variable name="idp.loglevel.props" value="ERROR" />
<variable name="idp.loglevel.idp" value="WARN" />
<variable name="idp.loglevel.messages" value="WARN" />
<variable name="idp.loglevel.encryption" value="WARN" />
<variable name="idp.loglevel.opensaml" value="WARN" />
<variable name="idp.loglevel.props" value="WARN" />
<variable name="idp.loglevel.eln" value="INFO" />
<variable name="idp.loglevel.eidas" value="INFO" />
<variable name="idp.loglevel.eln" value="WARN" />
<variable name="idp.loglevel.eidas" value="WARN" />
<variable name="idp.loglevel.spring" value="ERROR" />
<variable name="idp.loglevel.container" value="ERROR" />
<variable name="idp.loglevel.xmlsec" value="ERROR" />
<variable name="se.elegnamnden.eidas.pkcs11" value="DEBUG" />
<variable name="idp.loglevel.spring" value="WARN" />
<variable name="idp.loglevel.container" value="WARN" />
<variable name="idp.loglevel.xmlsec" value="WARN" />
<variable name="se.elegnamnden.eidas.pkcs11" value="WARN" />
<!--
It is also possible to add loggers and even appenders in this override file.