Set SBT log level to Debug
If you need to set the log level for SBT in the console you can do:
set logLevel := Level.Debug
Alternatively within an .sbt file you can:
logLevel := Level.Debug
The available levels are:
Debug
Info
Warn
Error
If you need to set the log level for SBT in the console you can do:
set logLevel := Level.Debug
Alternatively within an .sbt file you can:
logLevel := Level.Debug
The available levels are:
Debug
Info
Warn
Error