I'm trying to change the logging level for Apache Samza so I can get debug
statements; the default is info
. More specifically, I'm trying to get this debug statement to show up.
I'm using Samza in a Clojure project. What is the best way to do this? The Samza Logging page does not given any useful information.