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

Commit 4e07b82

Browse files
author
FredrikSchäferVitagroup
committed
SORMAS-Foundation#3486 extend the prevention of undesired logging
1 parent a18c2e6 commit 4e07b82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sormas-base/setup/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
<!-- Prevent the org.apache.http.impl.conn.Wire to log debug data which could contain plain Basic Auth credentials -->
8989
<logger name="org.apache.http" level="INFO" />
9090

91-
<!-- Prevent the de.rki.demis.importer.mtls.TLSManager from outputting sensitive information -->
92-
<logger name="de.rki.demis.importer.mtls.TLSManager" level="INFO" />
91+
<!-- Prevent the TLSManager and ClientGenerator from outputting sensitive information -->
92+
<logger name="de.rki.demis.importer" level="INFO" />
9393

9494
<root level="debug">
9595
<appender-ref ref="FILE_DEBUG" />

0 commit comments

Comments
 (0)