Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Downgrade file watch debug log to logDebug from logInfo (#848)
Browse files Browse the repository at this point in the history
This gets quite noisy when cabal is building dependencies which makes it
hard to see what's going on.
mpickering authored Oct 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2f7487e commit aa8b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Notifications.hs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aa8b7be

Please sign in to comment.