Skip to content

Instantly share code, notes, and snippets.

@kjellski
Created June 10, 2015 09:06
Show Gist options
  • Save kjellski/b2c932f309a3230e1a58 to your computer and use it in GitHub Desktop.
Save kjellski/b2c932f309a3230e1a58 to your computer and use it in GitHub Desktop.
Hocon config for logging
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