Make Unhandled Message logs appear in WARNING rather than DEBUG #4981
Aaronontheweb
started this conversation in
General
Replies: 1 comment 1 reply
-
IMO users will then have to treat all messages in all the actor's defined behaviors just to avoid the warning/info logs. I've always understood that was the reason you have to call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ran into some issues with an Akka.NET application where the thing wouldn't run due to unhandled messages, which I couldn't see because the default logging level is
INFO
. Should we make these events appear inside the Akka.NET log by default by raising the log level toWARNING
orINFO
?Beta Was this translation helpful? Give feedback.
All reactions