Bug 13865277: [CRI] automationrunbooktracer is hanging in automationrunbooktracer.log()
Local logging to stdout is causing write_nocancel method to block indefinitely when there is too much loffing into stdout
This logging is only used for debugging purpose, also the logs are getting redirected to runbook and sandbox files.
Commenting out local stdout logging to resolve this issue.
Bug 13865277: [CRI] automationrunbooktracer is hanging in automationrunbooktracer.log() Local logging to stdout is causing write_nocancel method to block indefinitely when there is too much loffing into stdout This logging is only used for debugging purpose, also the logs are getting redirected to runbook and sandbox files. Commenting out local stdout logging to resolve this issue.