Why isn't my akka logging working inside of play
问题 My logging is working fine from within my play code, but the akka code I have isn't logging to file/stdout. class EmailActor extends Actor with ActorLogging { import EmailActor._ log.info("email actor hatched..") ... } When I create this actor I don't see the logging entries in either the log file or stdout. I have the default application.conf from this activator template: https://github.com/playframework/play-scala/blob/master/conf/logback.xml Do I need to modify my logback file with some