I've got a pretty good handle on configuring Akka logging through a 
logback.xml file. Almost everything is logging as configured with the 
exception of LocalActorRefProvider. My system is configured using 
akka-cluster and it seems that each attempt to look up an actor first goes 
through LocalActorRefProvider which insists on logging a message about 
failed path resolution:

[debug] LocalActorRefProvider(akka://ClusterSystem) - resolve of path 
sequence [/user/token-mgr-proxy/TokenManager#396699396] failed

My logs are littered with these and similar lines. I can't seem to find a 
way to control the logging from just this one class. I've  muted everything 
from package akka.actor in my logback.xml and event tried referencing this 
class directly via its FQCN and via short name (notice it's not printing a 
FQCN in the log line even though my logback.xml is configured to do so).

Has anyone else run into this problem or have any ideas on how I might be 
able to resolve the issue?

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to