diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -126,9 +126,8 @@
                 liftIO $ threadDelay (interval opts * 1000000)
   where
     initLogging debugMode = do
-        let level | debugMode    = DEBUG
-                  | verbose opts = DEBUG
-                  | otherwise    = INFO
+        let level | debugMode = DEBUG
+                  | otherwise = INFO
         h <- (`setFormatter` tfLogFormatter "%H:%M:%S" "$time - [$prio] $msg")
              <$> streamHandler System.IO.stderr level
         removeAllHandlers
diff --git a/git-monitor.cabal b/git-monitor.cabal
--- a/git-monitor.cabal
+++ b/git-monitor.cabal
@@ -1,5 +1,5 @@
 Name:    git-monitor
-Version: 2.0.1.0
+Version: 2.0.1.1
 
 Synopsis:    Passively snapshots working tree changes efficiently.
 Description: Passively snapshots working tree changes efficiently.
