diff --git a/easy-logger.cabal b/easy-logger.cabal
--- a/easy-logger.cabal
+++ b/easy-logger.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           easy-logger
-version:        0.1.0.6
+version:        0.1.0.7
 synopsis:       Logging made easy.
 description:    Please see the README on GitHub at <https://github.com/schnecki/easy-logger#readme>
 category:       Logging
diff --git a/test/Spec.hs b/test/Spec.hs
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -33,7 +33,7 @@
 prop_Logging :: Property
 prop_Logging = ioProperty $ do
   writeFile "test/files/prop_Logging.log" ""
-  $(initLogger) (LogFile ("test/files/prop_Logging.log" :: FilePath)) LogAll
+  $(initLogger) (LogFile ("test/files/prop_Logging.log" :: FilePath))
   $(logDebug) "test run"
   finalizeAllLoggers
   lastLog <- getLogMessages "test/files/prop_Logging.log"
