fix ActorDocSpec by allowing INFO loglevel to pass through
This commit is contained in:
parent
7198dd6287
commit
3f21c8a2a6
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import akka.util.duration._
|
|||
//#imports
|
||||
import akka.actor.Actor
|
||||
import akka.event.Logging
|
||||
import akka.config.Configuration
|
||||
|
||||
//#imports
|
||||
|
||||
|
|
@ -21,7 +22,7 @@ class MyActor extends Actor {
|
|||
}
|
||||
//#my-actor
|
||||
|
||||
class ActorDocSpec extends AkkaSpec {
|
||||
class ActorDocSpec extends AkkaSpec(Configuration("akka.loglevel" -> "INFO")) {
|
||||
|
||||
"creating actor with AkkaSpec.actorOf" in {
|
||||
//#creating-actorOf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue