mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 16:09:19 +02:00
✨ Improve logging performance and format.
This commit is contained in:
parent
1839397ebc
commit
5c6d72b353
11 changed files with 143 additions and 114 deletions
|
@ -95,3 +95,10 @@
|
|||
[{:v1 (alength (blob/encode data {:version 1}))
|
||||
:v2 (alength (blob/encode data {:version 2}))
|
||||
:v3 (alength (blob/encode data {:version 3}))}]))
|
||||
|
||||
|
||||
(defonce debug-tap
|
||||
(do
|
||||
(add-tap #(locking debug-tap
|
||||
(prn "tap debug:" %)))
|
||||
1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue