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

Commit d0438b2

Browse files
Merge branch 'development' of https://github.com/hzi-braunschweig/SORMAS-Project into development
2 parents 1b5c39a + 03f41e2 commit d0438b2

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
@@ -88,6 +88,9 @@
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" />
93+
9194
<root level="debug">
9295
<appender-ref ref="FILE_DEBUG" />
9396
<appender-ref ref="FILE_INFO" />

0 commit comments

Comments
 (0)