Merge pull request #1173 from akka/wip-2965-show-how-to-stop-stdout-logging-master-ban
Add new log level OFF. See #2965
This commit is contained in:
commit
e09f0ac3ff
10 changed files with 177 additions and 35 deletions
|
|
@ -23,7 +23,7 @@ object FaultHandlingDocSample extends App {
|
|||
import Worker._
|
||||
|
||||
val config = ConfigFactory.parseString("""
|
||||
akka.loglevel = DEBUG
|
||||
akka.loglevel = "DEBUG"
|
||||
akka.actor.debug {
|
||||
receive = on
|
||||
lifecycle = on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue