edwardyoon / heimdallr

Heimdallr, a Large-scale chat application server based on Redis Pubsub and Akka's actor model.
Apache License 2.0
54 stars 14 forks source link

Failed to load class “org.slf4j.impl.StaticLoggerBinder” #19

Closed jybaek closed 5 years ago

jybaek commented 5 years ago

The SLF4J does not work.

$ sbt run
[info] Loading global plugins from /Users/foo/.sbt/0.13/plugins
[info] Loading project definition from /Users/foo/IdeaProjects/Heimdallr/project
[info] Set current project to heimdallr (in build file:/Users/foo/IdeaProjects/Heimdallr/)
[info] Running chat.Server
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.