Skip to content

Commit

Permalink
Merge pull request #22 from amarinso/cloud-native
Browse files Browse the repository at this point in the history
log only to console by default
  • Loading branch information
sjimenez77 authored Jul 19, 2017
2 parents 89897a7 + 02d6fb3 commit bb66e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/mtsj/server/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<property resource="io/oasp/logging/logback/application-logging.properties" />
<property name="appname" value="mtsj"/>
<property name="logPath" value="../logs"/>
<include resource="io/oasp/logging/logback/appenders-file-all.xml" />
<!-- uncomment appenders-file-all for writing logs to file-->
<!-- <include resource="io/oasp/logging/logback/appenders-file-all.xml" /> -->
<include resource="io/oasp/logging/logback/appender-console.xml" />

<root level="DEBUG">
Expand Down

0 comments on commit bb66e24

Please sign in to comment.