Scala SBT - 修改输出以提供更多信息
我想改变 Scala 的 SBT 呈现信息的方式。任何修改的想法都是受欢迎的,但我最感兴趣的是几件事。
怎么可能做到这一点?
删除您不感兴趣的部分信息
将某些信息(例如测试错误)涂成红色
显示完整的错误堆栈跟踪、断言对象值、比较字符串等中的差异位置
i would like to change the way SBT for Scala presents informations. Any ideas for modification are wellcome but I am most interested in few thing.
How could be done this?
Remowe parts of information that does not interest you
Color certain piece of information for example test errors in red
Show full error stack trace, asserted object values, place where are differences in compared strings ect
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试通过输入
info
将日志级别设置为 infoTry to set the log level to info by typing
info