Skip to content

Commit

Permalink
Downgrade file watch debug log to logDebug from logInfo (haskell/ghci…
Browse files Browse the repository at this point in the history
…de#848)

This gets quite noisy when cabal is building dependencies which makes it
hard to see what's going on.
  • Loading branch information
mpickering authored Oct 9, 2020
1 parent 74237d6 commit d9e5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/LSP/Notifications.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ setHandlersNotifications = PartialHandlers $ \WithMessage{..} x -> return x
)
( F.toList fileEvents )
let msg = Text.pack $ show events
logInfo (ideLogger ide) $ "Files created or deleted: " <> msg
logDebug (ideLogger ide) $ "Files created or deleted: " <> msg
modifyFileExists ide events
setSomethingModified ide

Expand Down

0 comments on commit d9e5fd9

Please sign in to comment.