Closed windweller closed 9 years ago
Hi! I'm following along the code in chapter 2, and when I sbt run or use Heroku's foreman, I can't see Slf4jEventHandler started. I forked the code from here directly.
sbt run
foreman
Slf4jEventHandler started
I also hit the problem.
Hi! I'm following along the code in chapter 2, and when I
sbt run
or use Heroku'sforeman
, I can't seeSlf4jEventHandler started
. I forked the code from here directly.