aboutsummaryrefslogtreecommitdiff
path: root/test/com/github
diff options
context:
space:
mode:
Diffstat (limited to 'test/com/github')
-rw-r--r--test/com/github/ivarref/yoltq/log_init.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/com/github/ivarref/yoltq/log_init.clj b/test/com/github/ivarref/yoltq/log_init.clj
index 1aa6c02..7eae557 100644
--- a/test/com/github/ivarref/yoltq/log_init.clj
+++ b/test/com/github/ivarref/yoltq/log_init.clj
@@ -3,6 +3,8 @@
[taoensso.timbre :as timbre]
[clojure.string :as str]))
+(set! *warn-on-reflection* true)
+
(def level-colors
{;:warn colors/red
:error colors/red})
@@ -46,7 +48,7 @@
(color-f (force msg_))
- #_maybe-stacktrace))))
+ maybe-stacktrace))))
(catch Throwable t