Skip to content

Conversation

@Harikrishnan1367709
Copy link
Contributor

The "tail: inotify cannot be used, reverting to polling: Too many open files"
message is informational - tail continues to work by falling back to polling
when inotify is unavailable due to system limits.

Changes:

  • Added isInformationalStderr() helper to filter informational stderr messages
  • Applied filter to both local and remote SSH tail processes
  • Filters out: "inotify cannot be used", "reverting to polling", "too many open files"

Result:
The error message no longer appears in deployment logs while actual errors
are still displayed.

Fixes -#2974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant