Enable a higher log level for akka-bbb-fsesl application.

This commit is contained in:
Ghazi Triki 2016-01-27 22:24:16 +01:00
parent 8b503b3676
commit 053a432ce8
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@ akka {
receive = on
}
}
loglevel = INFO
stdout-loglevel = "INFO"
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
stdout-loglevel = "DEBUG"
rediscala-subscriber-worker-dispatcher {
mailbox-type = "akka.dispatch.SingleConsumerOnlyUnboundedMailbox"

View File

@ -22,7 +22,7 @@
<logger name="org.bigbluebutton" level="DEBUG" />
<logger name="org.freeswitch.esl" level="WARN" />
<root level="INFO">
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE" />
</root>