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

All log messages are written to stderr #6092

Closed
gaurav517 opened this issue Apr 23, 2021 · 2 comments
Closed

All log messages are written to stderr #6092

gaurav517 opened this issue Apr 23, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@gaurav517
Copy link
Contributor

gaurav517 commented Apr 23, 2021

Describe the bug

Currently all log messages are written to stderr which means all messages are interpreted as error messages by aggregators/log-forwarders. For example, logs are displayed as errors by google stackdriver.

Although fix should be in logrus (sirupsen/logrus#403), they don't seem interested in fixing this. So, either this would need change of logging util or some workaround given in the thread.

Expected behavior

Based on log levels, they should be written to stdout or stderr.

Version
1.8

@gaurav517 gaurav517 added the bug Something isn't working label Apr 23, 2021
@iam-veeramalla
Copy link
Member

This should be fixed once we take a decision on #5574

@jgwest
Copy link
Member

jgwest commented Feb 22, 2024

Duping to #3491

@jgwest jgwest closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants