We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.debug
I was running some headless AWT stuff through sbt 0.13.1-RC5 recently and sbt printed:
Not interrupting system thread Thread[Java2D Disposer,10,system]
this originates from TrapExit.scala and appears to be debugging output for which println instead of log.debug was inadvertently used
println
The text was updated successfully, but these errors were encountered:
140ce04
Fix #1024. Use log.debug instead of println in TrapExit.
73c1450
harrah
No branches or pull requests
I was running some headless AWT stuff through sbt 0.13.1-RC5 recently and sbt printed:
this originates from TrapExit.scala and appears to be debugging output for which
println
instead oflog.debug
was inadvertently usedThe text was updated successfully, but these errors were encountered: