mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 23:59:12 +00:00
🐛 Fix incorrect level for debug and trace log messages (cljs only)
This commit is contained in:
parent
48834f96d3
commit
78f62cc5e1
@ -144,8 +144,8 @@
|
||||
(defn level->int
|
||||
[level]
|
||||
(case level
|
||||
:debug 10
|
||||
:trace 20
|
||||
:trace 10
|
||||
:debug 20
|
||||
:info 30
|
||||
:warn 40
|
||||
:error 50))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user