Suppress stdout logging in dev

Log to file only
This commit is contained in:
Dmitry Novotochinov 2018-01-03 22:59:19 +03:00
parent c58f814713
commit a2e4b52f97
No known key found for this signature in database
GPG Key ID: 267674DCC86628D9
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,11 @@
<AppenderRef ref="FILE"/>
</logger>
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
<!-- <appender-ref ref="STDOUT"/> -->
<appender-ref ref="FILE"/>
</root>
<root level="INFO">
<!-- <appender-ref ref="STDOUT"/> -->
<appender-ref ref="FILE"/>
</root>
</configuration>