配置akka调试

发布于 2024-12-07 05:35:38 字数 249 浏览 1 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅笑轻吟梦一曲 2024-12-14 05:35:38

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文