From 67d2da40404752979a9c07d75f0ba6c8aa84318b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 18 Feb 2009 16:59:23 -0600 Subject: [PATCH] set a default log level --- basis/logging/logging.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/logging/logging.factor b/basis/logging/logging.factor index ff1baa4ebb..e295960baa 100644 --- a/basis/logging/logging.factor +++ b/basis/logging/logging.factor @@ -11,6 +11,8 @@ SYMBOLS: DEBUG NOTICE WARNING ERROR CRITICAL ; SYMBOL: log-level +log-level [ DEBUG ] initialize + : log-levels ( -- assoc ) H{ { DEBUG 0 }