【发布时间】:2012-03-12 00:55:10
【问题描述】:
默认 SBT 日志级别为 info(请参阅 http://code.google.com/p/simple-build-tool/wiki/RunningSbt)。
如何将其设置为默认警告?
@Christian:谢谢!你让它工作了吗?我相应地修改了 sbt.boot.properties 并通过:
(1) -Dsbt.boot.properties=mysbt.boot.properties
(2) -jar /usr/local/Cellar/sbt/0.7.7/libexec/sbt-launch-0.7.7.jar "@/usr/local/Cellar/sbt/0.7.7/libexec/mysbt .boot.properties"
两种方式都处理我的 sbt.boot.properties,但我仍然看到 [info] 日志消息。 Overriding project settings 也不起作用。
我想知道这是否有效。我什至找到了bug。
谢谢, 拉尔斯
【问题讨论】: