microsoft / PowerShell-DSC-for-Linux

PowerShell Desired State Configuration - for Linux
Other
339 stars 132 forks source link

Update locallogger.py #857

Closed dmohanta closed 2 years ago

dmohanta commented 2 years ago

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.