Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-03-09 08:08:23 +0300
committerChris Rebert <code@rebertia.com>2015-03-09 08:08:23 +0300
commit0b985f9abc63472c7c81aff9399cc7dfecf9e107 (patch)
tree6063d333b825eef51391aacbab6e406d853b5fb5
parentd1cbaa6366ee2cd2475613b48b29edf99145d4f8 (diff)
use akka.event.slf4j.Slf4jLogger
-rw-r--r--src/main/resources/application.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index 7596a86..869f640 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -1,4 +1,5 @@
akka {
+ loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = INFO
}