配置akka调试
使用 Akka 1.0,我无法停止 stdout-debug-output,尽管我已在 akka.conf 中将事件处理程序级别设置为 ERROR,该文件肯定被正确读取。
我的系统输出被这些消息污染了:
[akka:event-driven:dispatcher:global-3] DEBUG akka.actor.Actor$ - Scheduling timeout for Actor[pkg.Caller]
Using Akka 1.0 I cannot stop stdout-debug-output although I have set the event-handler-level to ERROR in my akka.conf which is definetely being read correctly.
My sys-out is polluted with these messages:
[akka:event-driven:dispatcher:global-3] DEBUG akka.actor.Actor$ - Scheduling timeout for Actor[pkg.Caller]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Akka 1.0 不使用事件处理程序: https:// github.com/jboner/akka/blob/v1.0/config/akka-reference.conf
您需要更改您的 logback 配置。
Akka 1.0 doesn't use event handler: https://github.com/jboner/akka/blob/v1.0/config/akka-reference.conf
You need to change your logback config.