Created
June 10, 2015 09:06
-
-
Save kjellski/b2c932f309a3230e1a58 to your computer and use it in GitHub Desktop.
Hocon config for logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
akka { | |
loglevel = DEBUG | |
stdout-loglevel = DEBUG | |
loggers = [ "Akka.Logger.NLog.NLogLogger, Akka.Logger.NLog" ] | |
actor { | |
debug { | |
# enable function of LoggingReceive, which is to log any received message at | |
# DEBUG level | |
unhandled = on | |
receive = on | |
lifecycle = on | |
fsm = on | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment