You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried sbt 1.0.0 and 1.0.2 and had the same issue when was using sbt-revolver. All log messages look like it's error message. Even if it's just info or warn or whatever:
sbt:skunkworks> ~reStart
[info] Application root not yet started
root Starting com.compstak.skunkworks.Main.main()
[info] Starting application root in the background ...
[success] Total time: 1 s, completed Oct 22, 2017 10:05:56 PM
1. Waiting for source changes... (press enter to interrupt)
root[ERROR] Oct 22, 2017 10:05:58 PM com.twitter.finagle.Init$ $anonfun$once$1
root[ERROR] INFO: Finagle version 7.0.0 (rev=fae57e6086e3131a20130999e609bb187adb4bbd) built at 20170816-173649
The text was updated successfully, but these errors were encountered:
Just found a fix: I was using slf4j-jdk without any specific settings. Switched to scala-logging and logback with a proper logback.xml and output is good now.
Thanks for the quick answer and have a nice day!
I tried sbt 1.0.0 and 1.0.2 and had the same issue when was using sbt-revolver. All log messages look like it's error message. Even if it's just info or warn or whatever:
The text was updated successfully, but these errors were encountered: