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

github.com/twbs/rorschach.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:07:37 +0300
committerChris Rebert <code@rebertia.com>2015-03-09 08:07:37 +0300
commit03fdb6d4cb6a50f0c73d179dce9a9b54c1000cc2 (patch)
treeb13085a748e850c1d68fb94aa29f249dd64b1d1b
parentab4a79ab0aa2fcccf874ff9db7e30515b10b80fe (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 60e1172..16654b1 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
}