Skip to content

Commit 18eb68d

Browse files
committed
turned off logging
1 parent fb448db commit 18eb68d

File tree

1 file changed

+2
-5
lines changed
  • plugins/default/src/Ide/Plugin/Eval

1 file changed

+2
-5
lines changed

plugins/default/src/Ide/Plugin/Eval/Util.hs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,9 @@ logWith state key val =
7676
asT :: Show a => a -> T.Text
7777
asT = T.pack . show
7878

79+
-- | Set to Info to see extensive debug info in hie log, set to Debug in production
7980
logLevel :: Priority
80-
-- Set to Info to see extensive debug info in hie log
81-
logLevel = Debug
82-
83-
-- Set to Debug in production
84-
-- logLevel = Debug
81+
logLevel = Debug -- Info
8582

8683
isLiterate :: FilePath -> Bool
8784
isLiterate x = takeExtension x `elem` [".lhs", ".lhs-boot"]

0 commit comments

Comments
 (0)