We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1122d9 commit 6f63da3Copy full SHA for 6f63da3
config/logback/logback.xml
@@ -15,17 +15,5 @@
15
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
16
-->
17
<configuration debug="false">
18
-
19
- <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
20
- <!-- encoders are assigned the type
21
- ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
22
- <encoder>
23
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
24
- </encoder>
25
- </appender>
26
27
- <root level="INFO">
28
- <appender-ref ref="STDOUT" />
29
- </root>
30
+ <root level="OFF" />
31
</configuration>
0 commit comments