0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -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]))
(enable-console-print!)
(l/initialize!)
(l/setup! {:app :info})
(defn start
[& _]