aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/com/github/ivarref/yoltq/log_init.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/com/github/ivarref/yoltq/log_init.clj b/test/com/github/ivarref/yoltq/log_init.clj
index 1aa6c02..f3fb6dc 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})