From ca668401271b99aa36bcfd5afebe97c9ac59f82c Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 10 Aug 2018 20:12:48 +0200 Subject: [PATCH] logging disabled --- Foundation.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Foundation.hs b/Foundation.hs index 231f29a..18d8df6 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -193,10 +193,10 @@ instance Yesod App where -- What messages should be logged. The following includes all messages when -- in development, and warnings and errors in production. - shouldLog app _source level = - appShouldLogAll (appSettings app) - || level == LevelWarn - || level == LevelError + -- shouldLog app _source level = + -- appShouldLogAll (appSettings app) + -- || level == LevelWarn + -- || level == LevelError makeLogger = return . appLogger