You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by David Arthur <mu...@gmail.com> on 2013/01/08 22:34:56 UTC

log4j config in sbt

Anyone know how to get sbt to pick up log4j when running Kafka 
interactively?

I do:

./sbt
project core-kafka
run "config/server.properties"

Is there maybe a better way to run Kafka without packaging the whole thing?

-David