Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Reduce logging output during assembly (from INFO to WARN)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Oct 16, 2014
1 parent 7f1eba2 commit 143ff4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assembly.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ mergeStrategy in assembly <<= (mergeStrategy in assembly) {
//
// Comment the following line if you do want to (re-)run all the tests before building assembly.
test in assembly := {}

logLevel in assembly := Level.Warn

0 comments on commit 143ff4f

Please sign in to comment.