Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log adds [ERROR] to all messages #80

Open
kirach opened this issue Oct 23, 2017 · 3 comments
Open

Log adds [ERROR] to all messages #80

kirach opened this issue Oct 23, 2017 · 3 comments

Comments

@kirach
Copy link

kirach commented Oct 23, 2017

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
@etaque
Copy link

etaque commented Feb 2, 2018

Did anybody find a fix for this?

@jrudolph
Copy link
Member

jrudolph commented Feb 2, 2018

Could you post how it looks when you run the same application with sbt-revolver?

@etaque
Copy link

etaque commented Feb 2, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants