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
Add error boundaries to prevent write stream errors in InstigationLogger from failing schedule/sensor ticks (#26609)
This prevents issues with the compute log manager from failing a
schedule or sensor tick in which the logging call is happening.
## Summary & Motivation
## How I Tested These Changes
BK
## Changelog
Exceptions that are raised when a schedule or sensor are writing logs
will now write an error message to stdout instead of failing the tick.
> Insert changelog entry or delete this section.
0 commit comments