mirror of
https://github.com/status-im/timbre.git
synced 2025-02-06 17:13:49 +00:00
Add get-env
, log-env
to refer-timbre
This commit is contained in:
parent
a643bb3950
commit
110f6d32b1
@ -521,14 +521,14 @@
|
||||
(require '[taoensso.timbre :as timbre
|
||||
:refer (log trace debug info warn error fatal report
|
||||
logf tracef debugf infof warnf errorf fatalf reportf
|
||||
spy)])
|
||||
spy get-env log-env)])
|
||||
(require '[taoensso.timbre.profiling :as profiling
|
||||
:refer (pspy pspy* profile defnp p p*)])"
|
||||
[]
|
||||
(require '[taoensso.timbre :as timbre
|
||||
:refer (log trace debug info warn error fatal report
|
||||
logf tracef debugf infof warnf errorf fatalf reportf
|
||||
spy)])
|
||||
spy get-env log-env)])
|
||||
(require '[taoensso.timbre.profiling :as profiling
|
||||
:refer (pspy pspy* profile defnp p p*)]))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user