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

Using os.Stderr is not good #2

Merged
merged 1 commit into from
May 24, 2024
Merged

Using os.Stderr is not good #2

merged 1 commit into from
May 24, 2024

Conversation

ddl-ebrown
Copy link
Collaborator

@ddl-ebrown ddl-ebrown commented May 24, 2024

In a production app, Zap can be connected up to the stdlib logger pretty easily to emit messages. os.Stderr on the other hand makes that difficult.

 - In a production app, Zap can be connected up to the stdlib logger
   pretty easily to emit messages. os.Stderr on the other hand makes
   that difficult.
@ddl-ebrown ddl-ebrown force-pushed the dont-write-to-stderr branch from 4d46114 to fee0373 Compare May 24, 2024 23:09
@ddl-ebrown ddl-ebrown merged commit 5141f01 into master May 24, 2024
@ddl-ebrown ddl-ebrown deleted the dont-write-to-stderr branch May 24, 2024 23:11
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.

2 participants