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
exceptions
| summarize FilesystemSurprise = countif((outerMessage contains "ENOENT: no such file or directory") or (outerMessage contains "EISDIR: illegal operation on a directory"))
The text was updated successfully, but these errors were encountered:
When triaging, make sure to identify whether this issue should or shouldn't be happening -- if it's not truly exceptional, try to convert to a less interesting tracing method (e.g. a warning trace).
exceptions
| summarize FilesystemSurprise = countif((outerMessage contains "ENOENT: no such file or directory") or (outerMessage contains "EISDIR: illegal operation on a directory"))
The text was updated successfully, but these errors were encountered: