0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -05:00

🐛 Fix logging initialization on exporter

This commit is contained in:
Andrey Antukh 2023-02-07 19:09:25 +01:00
parent 8161d3ae09
commit 06a30316c2

View file

@ -15,7 +15,7 @@
[promesa.core :as p])) [promesa.core :as p]))
(enable-console-print!) (enable-console-print!)
(l/initialize!) (l/setup! {:app :info})
(defn start (defn start
[& _] [& _]