Is it possible that for the same runtime action request, one part of the logs will be shown with one activation ID and another part with another?
We have implemented an action used for Server Side Render, and we have implemented a list of strategic applicative logs like:
- Start SSR -> as first row code of the action
- ..
- URL Request path XXX -> for each external HTTP client execution
- URL Response <> -> as response of the above execution
- ..
- End SSR --> as last row code of the action
and during the log troubleshooting we are occurring that NOT all the activation ID are started with log "Start SSR" and ended with "End SSR".
Thanks in advance!