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

Commit cc226b6

Browse files
authored
SORMAS-Foundation#3945: add new logger to logback to disable debug logs for Apache Http client (SORMAS-Foundation#3963)
1 parent 799f3f6 commit cc226b6

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
@@ -85,6 +85,9 @@
8585
<!-- Lower this log level to DEBUG or TRACE to have EJB method invocations logged with duration in ms to find performance leaks -->
8686
<logger name="de.symeda.sormas.backend.util.PerformanceLoggingInterceptor" level="INFO" />
8787

88+
<!-- Prevent the org.apache.http.impl.conn.Wire to log debug data which could contain plain Basic Auth credentials -->
89+
<logger name="org.apache.http" level="INFO" />
90+
8891
<root level="debug">
8992
<appender-ref ref="FILE_DEBUG" />
9093
<appender-ref ref="FILE_INFO" />

0 commit comments

Comments
 (0)