开发者

configure akka debugging

开发者 https://www.devze.com 2023-04-08 22:07 出处:网络
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.

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$ - Sched开发者_JS百科uling timeout for Actor[pkg.Caller]


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消