From 8db4347ac33b4252ec72487a69d458861c8f30bf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Oct 2018 16:55:52 +0200 Subject: [PATCH] Reduce noise --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index aba279998..238debdb6 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -116,7 +116,7 @@ makeFoundation appSettings@(AppSettings{..}) = do flip runLoggingT logFunc $ do $logDebugS "InstanceID" $ UUID.toText appInstanceID - $logDebugS "Configuration" $ tshow appSettings + -- $logDebugS "Configuration" $ tshow appSettings smtpPool <- traverse createSmtpPool appSmtpConf