guchenbo / simple-build-tool

Automatically exported from code.google.com/p/simple-build-tool
Other
0 stars 0 forks source link

Log level "warn" not available in sbt.boot.properties #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem (please be specific)?
Modify sbt.boot.properties:

[log]
 level: warn

What is the expected behavior? What do you see instead?
I expect default level warn. But when I start sbt I get:
Error during sbt execution: Expected one of debug,error,info (got: warn)

What versions of the following are you using?

Java: 1.6.0_24-b07-334-10M3326
Scala: 2.9.0.final
sbt: 0.7.7
Operating system: Mac OS X 10.6.7 (10J869)

Please provide any additional information below.

Original issue reported on code.google.com by larsxsch...@gmail.com on 5 Jun 2011 at 4:43