From 272604b3b056bc3f3c70119a93d5e1e9cfce130e Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 15 May 2015 11:28:25 +0900 Subject: [PATCH] Add note on setting loglevel --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 99917d6..c5fb69d 100755 --- a/README.md +++ b/README.md @@ -168,6 +168,12 @@ snappy-java uses sbt (simple build tool for Scala) as a build tool. Here is a si > findbugs # Produce findbugs report in target/findbugs > jacoco:cover # Report the code coverage of tests to target/jacoco folder +If you need to see detailed debug messages, launch sbt with `-Dloglevel=debug` option: + +``` +$ ./sbt -Dloglevel=debug +``` + For the details of sbt usage, see my blog post: [Building Java Projects with sbt](http://xerial.org/blog/2014/03/24/sbt/) ## Miscellaneous Notes