Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 7e327c7

Browse files
syntakkerStefanKock
authored andcommitted
Log only errors and warnings for document generation (SORMAS-Foundation#3738)
1 parent 793b0fa commit 7e327c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sormas-base/setup/logback.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<!-- Don't log personal data when copying to/from dto -->
8080
<logger name="org.apache.commons.beanutils.BeanUtils" level="INFO" />
8181

82+
<!-- Log only errors and warnings for document generation -->
83+
<logger name="fr.opensagres.xdocreport" level="WARN" />
84+
8285
<root level="debug">
8386
<appender-ref ref="FILE_DEBUG" />
8487
<appender-ref ref="FILE_INFO" />

0 commit comments

Comments
 (0)