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

feat(tailer): reduce fluent-bit log level to error #1957

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aslafy-z
Copy link
Collaborator

@aslafy-z aslafy-z changed the title feat(hosttailer): reduce fluent-bit log level to error feat(tailer): reduce fluent-bit log level to error Feb 27, 2025
@csatib02 csatib02 requested a review from pepov February 27, 2025 19:06
@@ -42,7 +42,9 @@ func (f FileTailer) defaults() FileTailer {
func (f FileTailer) Command(Name string) []string {
f = f.defaults()
command := []string{
"/fluent-bit/bin/fluent-bit", "-i", "tail",
"/fluent-bit/bin/fluent-bit",
"-qq",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we need a flag to raise the error level if needed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aslafy-z Pinging you on this, since we are planning a release very soon!

Copy link
Collaborator Author

@aslafy-z aslafy-z Mar 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So sorry I won't have time to finish this PR this week. Either you take it over, or I'll find some spare time on weekend or next week.

@csatib02 csatib02 added the enhancement New feature or request label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants