drop to warn logging in prod
This commit is contained in:
parent
ab7f56c11d
commit
c9b085bfb4
1 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue