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

Nr 318119 auto collect stdout & stderr logs #320

Merged
merged 33 commits into from
Nov 22, 2024
Merged

Nr 318119 auto collect stdout & stderr logs #320

merged 33 commits into from
Nov 22, 2024

Conversation

mbruin-NR
Copy link
Contributor

@mbruin-NR mbruin-NR commented Oct 15, 2024

@cdillard-NewRelic cdillard-NewRelic self-requested a review October 16, 2024 15:44
@cdillard-NewRelic cdillard-NewRelic requested review from cdillard-NewRelic and removed request for cdillard-NewRelic October 23, 2024 15:18
@mbruin-NR mbruin-NR marked this pull request as ready for review October 24, 2024 21:08
Copy link

@cthomas-newrelic cthomas-newrelic left a comment

Choose a reason for hiding this comment

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

Nice job.

@cdillard-NewRelic
Copy link
Member

Do we think there is anyway to allow the console and auto collected logs to work at the same time? If not its fine but we should note it in the docs. Thanks!

@mbruin-NR
Copy link
Contributor Author

Do we think there is anyway to allow the console and auto collected logs to work at the same time? If not its fine but we should note it in the docs. Thanks!

I can't think of a way to put it on the console too, maybe we could try to redirect back to console on every log message but that's not how it's setup. It's going to be part of the docs.

@mbruin-NR mbruin-NR merged commit e31d8d4 into develop Nov 22, 2024
11 checks passed
@mbruin-NR mbruin-NR deleted the NR-318119 branch November 22, 2024 21:46
@@ -47,7 +47,8 @@ + (NRMAFeatureFlags) featureFlags
NRFeatureFlag_NetworkRequestEvents |
NRFeatureFlag_RequestErrorEvents |
NRFeatureFlag_DistributedTracing |
NRFeatureFlag_AppStartMetrics;
NRFeatureFlag_AppStartMetrics |
NRFeatureFlag_AutoCollectLogs;
Copy link
Member

Choose a reason for hiding this comment

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

NRFeatureFlag_AutoCollectLogs must be disabled by default. As my resolved comment indicated. Thanks!

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.

4 participants