We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d5e3e6 + c551182 commit bae39c9Copy full SHA for bae39c9
1 file changed
src/Control/Distributed/Process/Platform/Supervisor.hs
@@ -953,6 +953,8 @@ tryRestart :: ProcessId
953
-> DiedReason
954
-> Process (ProcessAction State)
955
tryRestart pid state active' spec reason = do
956
+ logEntry Log.debug $
957
+ mkReport "tryRestart" pid (childKey spec) (show reason)
958
case state ^. strategy of
959
RestartOne _ -> tryRestartChild pid state active' spec reason
960
strat -> do
0 commit comments