When using ~run
I don't want to see [info]
messages.
I have tried sbt -error
and set logLevel := Level.Error
but the [info]
messages are still emitted.
This question is similar to How to suppress info and success messages in sbt?. However the solution there works only for sbt run
whereas this question is about ~run
issued after starting sbt in interactive mode (sbt -error
).