I’ve uploaded a sample project showing you how to integrate Logback with Clojure. There are simpler Clojure logging libraries like Timbre , but using a standardised Java logging has the handy advantage of letting you control logging from non-clojure code as well as redirecting to separate log files and appenders.