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

[logrus] add output hook to optionally direct trace, info, debug, and… #27

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

tredman
Copy link
Contributor

@tredman tredman commented Nov 8, 2018

… warn to stdout

Addresses #26 by providing a new config option, splitLogging, to enable certain log severities to go to stdout rather than stderr. I chose to make this optional as I do not want to introduce new behavior into the agent for all users, which may rely on everything going to stderr.

… warn to stdout

Addresses #26 by providing a new config option, `splitLogging`, to enable certain log severities to go to stdout rather than stderr. I chose to make this optional as I do not want to introduce new behavior into the agent for all users, which may rely on everything going to stderr.
tredman added a commit to honeycombio/kubernetes-manifests that referenced this pull request Nov 8, 2018
If honeycombio/honeycomb-kubernetes-agent#27 lands, we'll need to update the quickstarts to include this new option.
@nathanleclaire
Copy link
Contributor

Stackdriver's behavior is confusing me on this one, but LGTM since we're hiding this behind a flag.

@tredman tredman merged commit 5828ce8 into master Nov 8, 2018
@tredman tredman deleted the travis.k8s-log-stdout branch November 8, 2018 22:10
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