mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 22:01:39 +02:00
🎉 Add logging framework to frontend.
This commit is contained in:
parent
ded42707ab
commit
21a6de02d8
7 changed files with 328 additions and 100 deletions
|
@ -24,10 +24,15 @@
|
|||
[app.util.storage :refer [storage]]
|
||||
[app.util.theme :as theme]
|
||||
[app.util.timers :as ts]
|
||||
[app.util.logging :as log]
|
||||
[beicon.core :as rx]
|
||||
[cljs.spec.alpha :as s]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(log/initialize!)
|
||||
(log/set-level! :root :warn)
|
||||
(log/set-level! :app :info)
|
||||
|
||||
(declare reinit)
|
||||
|
||||
(defn on-navigate
|
||||
|
@ -78,4 +83,3 @@
|
|||
(defn ^:dev/after-load after-load
|
||||
[]
|
||||
(reinit))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue