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 2aa3478 commit e09449bCopy full SHA for e09449b
ghcide/session-loader/Development/IDE/Session.hs
@@ -205,7 +205,7 @@ retryOnSqliteBusy logger hieDb maxDelay !baseDelay !maxRetryCount rng f = do
205
206
| otherwise -> do
207
liftIO $ do
208
- logDebug logger $ "Retries exhausted - " <> makeLogMsgComponentsText (Left baseDelay) maxRetryCount e
+ logInfo logger $ "Retries exhausted - " <> makeLogMsgComponentsText (Left baseDelay) maxRetryCount e
209
throwIO e
210
211
Right b -> pure b
0 commit comments