init: The :debug hint affects the rules, which affects logging

This commit is contained in:
Paul Beckingham 2016-05-26 23:24:26 -04:00
parent ebf1e2c521
commit d4d9272158

View file

@ -126,6 +126,8 @@ void initializeDataAndRules (
} }
} }
enableDebugMode (rules.getBoolean ("debug"));
// The $TIMEWARRIORDB environment variable overrides the default value of // The $TIMEWARRIORDB environment variable overrides the default value of
// ~/.timewarrior‥ // ~/.timewarrior‥
Directory dbLocation; Directory dbLocation;