Improve verbosity

This commit is contained in:
2020-07-13 11:52:34 +02:00
parent 30b4d399b9
commit 1a64527e14
7 changed files with 54 additions and 31 deletions

View File

@@ -179,7 +179,7 @@ validateTarballs dls = do
where
downloadAll dli = do
let settings = Settings True False Never Curl
let settings = Settings True False Never Curl False
let runLogger = myLoggerT LoggerConfig { lcPrintDebug = True
, colorOutter = B.hPut stderr
, rawOutter = (\_ -> pure ())