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:
parent
8161d3ae09
commit
06a30316c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
[& _]
|
[& _]
|
||||||
|
|
Loading…
Add table
Reference in a new issue