This commit is contained in:
niten 2022-06-15 18:39:48 -07:00
parent 49c1553223
commit 75ed53f33a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
(when (emit-error? lvl)
(emit (mention-error? lvl) msg)))
logic-stage (fn [lvl msg]
(when (logic-error? lvl)
(emit (logic-error? lvl) msg)))]
(when (emit-logic? lvl)
(emit (mention-logic? lvl) msg)))]
(reify log/Logger
(debug! [_ msg] (error-stage :debug msg))
(warn! [_ msg] (error-stage :warn msg))