From 47091ebbb9fc6574ec1eacd9fd6b81a13691797e Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 6 Jan 2022 07:31:34 -0800 Subject: [PATCH] getting datomic logs into a better spot. --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c8bd772f..b1e8dfd1 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,9 @@ :exclusions [com.google.guava/guava org.apache.httpcomponents/httpclient org.slf4j/jul-to-slf4j - org.slf4j/log4j-over-slf4j]] + org.slf4j/log4j-over-slf4j + org.slf4j/slf4j-nop + org.slf4j/slf4j-log4j12]] [compojure "1.6.2" :exclusions [ring ring/ring-core]] [com.unbounce/clojure-dogstatsd-client "0.7.0"]