You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the debug log output of the state machine commands, we seem to be logging the command via Debug. This has the effect that InvocationId is logged the following way:
I think it would be more helpful to use the Display implementation of InvocationId, because then it would have the form inv_12dw5UBHriBL2DJ0pgfNmE46yAptW2rrMJ and would be searchable and easier to correlate with other log statements.
In the debug log output of the state machine commands, we seem to be logging the command via
Debug
. This has the effect thatInvocationId
is logged the following way:I think it would be more helpful to use the
Display
implementation ofInvocationId
, because then it would have the forminv_12dw5UBHriBL2DJ0pgfNmE46yAptW2rrMJ
and would be searchable and easier to correlate with other log statements.cc @slinkydeveloper
The text was updated successfully, but these errors were encountered: