We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb448db commit 18eb68dCopy full SHA for 18eb68d
plugins/default/src/Ide/Plugin/Eval/Util.hs
@@ -76,12 +76,9 @@ logWith state key val =
76
asT :: Show a => a -> T.Text
77
asT = T.pack . show
78
79
+-- | Set to Info to see extensive debug info in hie log, set to Debug in production
80
logLevel :: Priority
--- Set to Info to see extensive debug info in hie log
81
-logLevel = Debug
82
-
83
--- Set to Debug in production
84
--- logLevel = Debug
+logLevel = Debug -- Info
85
86
isLiterate :: FilePath -> Bool
87
isLiterate x = takeExtension x `elem` [".lhs", ".lhs-boot"]
0 commit comments