Change logging from debug to info because of a 38 gb logfile...

merge-requests/14/head
Julius 2019-09-14 12:31:41 +02:00
parent a4503ce993
commit e7dea9eca6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</appender>
<root level="DEBUG">
<root level="INFO">
<appender-ref ref="STDOUT"/>
<!--<appender-ref ref="FILE"/>-->
</root>