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