diff options
| author | ire <refsdal.ivar@gmail.com> | 2025-05-13 21:39:07 +0200 |
|---|---|---|
| committer | ire <refsdal.ivar@gmail.com> | 2025-05-13 21:39:07 +0200 |
| commit | ae49a7ec82ecd3988e0f7825b0adead1dc77c911 (patch) | |
| tree | b484cb08144fd3385db77e3edb4766e7b04d991e /test/com/github/ivarref/yoltq | |
| parent | Fix reflection warnings (diff) | |
| download | fiinha-ae49a7ec82ecd3988e0f7825b0adead1dc77c911.tar.gz fiinha-ae49a7ec82ecd3988e0f7825b0adead1dc77c911.tar.xz | |
Fix tx-report-queue sharing #7
Diffstat (limited to 'test/com/github/ivarref/yoltq')
| -rw-r--r-- | test/com/github/ivarref/yoltq/log_init.clj | 2 |
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}) |
