Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send informational messages to stdout instead of stderr #3367

Open
pirxthepilot opened this issue Oct 5, 2024 · 2 comments
Open

Send informational messages to stdout instead of stderr #3367

pirxthepilot opened this issue Oct 5, 2024 · 2 comments

Comments

@pirxthepilot
Copy link
Contributor

Motivation

Some informational messages emitted by Falco are being sent to stderr instead of stdout. Examples:

Falco version: 0.37.1 (aarch64)
Falco initialized with configuration file: /etc/falco/falco.yaml
System info: Linux version (...)
Loading rules from file /etc/falco/falco_rules.yaml
The chosen syscall buffer dimension is: 8388608 bytes (8 MBs)
Loaded event sources: syscall
Enabled event sources: syscall
Opening 'syscall' source with modern BPF probe.
One ring buffer every '2' CPUs.
Syscall event drop monitoring:
   - event drop detected: 0 occurrences
   - num times actions taken: 0

This makes it hard to distinguish between real errors and just info messages.

Feature

It would be nice if all informational (and below) level messages are sent to stdout instead of stderr.

Alternatives

Additional context

@poiana
Copy link
Contributor

poiana commented Jan 3, 2025

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

@pirxthepilot
Copy link
Contributor Author

/remove-lifecycle stale

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

No branches or pull requests

2 participants