From bd734c109545d2e21784ab601c82c051a7fedbc3 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 1 Sep 2023 13:55:23 +0200 Subject: [PATCH] :bug: Fix log level setting on file migrations ns --- common/src/app/common/files/migrations.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/migrations.cljc b/common/src/app/common/files/migrations.cljc index ae11417ac6..df4144c87b 100644 --- a/common/src/app/common/files/migrations.cljc +++ b/common/src/app/common/files/migrations.cljc @@ -23,7 +23,7 @@ [app.common.uuid :as uuid] [cuerdas.core :as str])) -#?(:cljs (log/set-level! :info)) +#?(:cljs (l/set-level! :info)) (defmulti migrate :version)