From 8a3a6d6eb099e94464a3a571377fc8adf68b744f Mon Sep 17 00:00:00 2001 From: Slava Schmidt Date: Sun, 19 Jun 2016 13:41:16 +0200 Subject: [PATCH] #150, test: Changed amout of logging output --- plugin/src/sbt-test/swagger/compile/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/sbt-test/swagger/compile/build.sbt b/plugin/src/sbt-test/swagger/compile/build.sbt index a45168e..2092a80 100644 --- a/plugin/src/sbt-test/swagger/compile/build.sbt +++ b/plugin/src/sbt-test/swagger/compile/build.sbt @@ -16,6 +16,6 @@ libraryDependencies ++= Seq( apiFirstParsers := Seq(ApiFirstSwaggerParser.swaggerSpec2Ast.value).flatten -logLevel := Level.Error +logLevel := sbt.Level.Warn crossPaths := false \ No newline at end of file