Skip to content

Commit 6f63da3

Browse files
author
Adam Mitchell
authored
Turn logging off again (#32)
## What is the goal of this PR? We accidentally enabled logging at the info level. ## What are the changes implemented in this PR? Turned logging off.
1 parent b1122d9 commit 6f63da3

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

config/logback/logback.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,5 @@
1515
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
-->
1717
<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-
18+
<root level="OFF" />
3119
</configuration>

0 commit comments

Comments
 (0)