Skip to content

Commit

Permalink
Merge pull request #23 from amarinso/cloud-native
Browse files Browse the repository at this point in the history
fix loging only to console
  • Loading branch information
sjimenez77 authored Jul 20, 2017
2 parents bb66e24 + a2cfea2 commit 5e88fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/mtsj/server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<include resource="io/oasp/logging/logback/appender-console.xml" />

<root level="DEBUG">
<!--
<appender-ref ref="ERROR_APPENDER"/>
<appender-ref ref="INFO_APPENDER"/>
<appender-ref ref="DEBUG_APPENDER"/>
-->
<appender-ref ref="CONSOLE_APPENDER"/>
</root>

Expand Down

0 comments on commit 5e88fe9

Please sign in to comment.