From 06a30316c23c300a0947d2a85952a8ec71322eee Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 7 Feb 2023 19:09:25 +0100 Subject: [PATCH] :bug: Fix logging initialization on exporter --- exporter/src/app/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/src/app/core.cljs b/exporter/src/app/core.cljs index 2efc846ba..29455bec2 100644 --- a/exporter/src/app/core.cljs +++ b/exporter/src/app/core.cljs @@ -15,7 +15,7 @@ [promesa.core :as p])) (enable-console-print!) -(l/initialize!) +(l/setup! {:app :info}) (defn start [& _]