set log level to info

This commit is contained in:
Konstantinos Spyrou 2022-11-24 18:33:40 +02:00
parent 33d28cefc1
commit b533355c4f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="DEBUG">
<Configuration status="INFO">
<Appenders>
<Console name="LogToConsole" target="SYSTEM_OUT">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %highlight{%-5level} %logger{36}.%M\(@%line\) - %msg%n"/>