Skip to content

Commit

Permalink
Change loglevel to INFO (#159)
Browse files Browse the repository at this point in the history
* Change loglevel to INFO

* Redirect SLF4J to log4j2

Fix logging problems with slf4j

* Change in loglevel to INFO in src/main logging

* Take out SLF4J bridge (see #160)
  • Loading branch information
AndreG-P authored and physikerwelt committed Jan 8, 2018
1 parent 88c3230 commit 3d5d5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mathosphere-core/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Appenders>
<Loggers>
<Root level="ALL">
<AppenderRef ref="system-console" level="ALL"/>
<AppenderRef ref="system-console" level="INFO"/>
</Root>
</Loggers>
</Configuration>
</Configuration>
2 changes: 1 addition & 1 deletion mathosphere-core/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Appenders>
<Loggers>
<Root level="ALL">
<AppenderRef ref="system-console" level="ALL"/>
<AppenderRef ref="system-console" level="INFO"/>
</Root>
</Loggers>
</Configuration>

0 comments on commit 3d5d5e0

Please sign in to comment.