File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
core-telemetry/lib/Core/Telemetry Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -262,9 +262,11 @@ postEventToHoneycombAPI r apikey dataset json = attempt False
262
262
cleanupConnection r
263
263
case retrying of
264
264
False -> do
265
- putStrLn " Reattempting "
265
+ putStrLn " internal: Reconnecting to Honeycomb "
266
266
attempt True
267
- True -> Safe. throw e
267
+ True -> do
268
+ putStrLn " internal: Failed to re-establish connection to Honeycomb"
269
+ Safe. throw e
268
270
)
269
271
270
272
q = buildRequest1 $ do
@@ -297,7 +299,7 @@ postEventToHoneycombAPI r apikey dataset json = attempt False
297
299
pure ()
298
300
_ -> do
299
301
-- some other status!
300
- putStrLn " Unexpected status returned;"
302
+ putStrLn " internal: Unexpected status returned;"
301
303
C. putStrLn body
302
304
_ -> putStrLn " internal: wtf?"
303
305
_ -> do
You can’t perform that action at this time.
0 commit comments