Skip to content

Commit

Permalink
Change scalate log level to INFO
Browse files Browse the repository at this point in the history
Logs were getting too noisy with DEBUG as default

Change-Id: Iacd49a9b79c29ea82d0c8c62b3146df48b2c00c2
version: 0.11.1
tag: Changed
  • Loading branch information
zumhagen committed May 24, 2018
1 parent 5b2ae22 commit 0b56e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sct"

organization := "com.github.bzumhagen"

version := "0.11.0"
version := "0.11.1"

scalaVersion := "2.12.1"

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<configuration debug="false">
<logger name="org.fusesource.scalate" level="INFO"/>
<logger name="org.fusesource.scalate.mustache" level="INFO"/>
</configuration>

0 comments on commit 0b56e9f

Please sign in to comment.