From d4d9272158043c03f5c7c6d2d04fe489561be428 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 26 May 2016 23:24:26 -0400 Subject: [PATCH] init: The :debug hint affects the rules, which affects logging --- src/init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init.cpp b/src/init.cpp index c288268c..3ff78164 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -126,6 +126,8 @@ void initializeDataAndRules ( } } + enableDebugMode (rules.getBoolean ("debug")); + // The $TIMEWARRIORDB environment variable overrides the default value of // ~/.timewarrior‥ Directory dbLocation;