-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
… look further into it
…orrectly." This reverts commit 28790a5.
…ct if remote logging is enabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job.
…ose them if needed
Co-authored-by: Chris Dillard <[email protected]>
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. |
@@ -47,7 +47,8 @@ + (NRMAFeatureFlags) featureFlags | |||
NRFeatureFlag_NetworkRequestEvents | | |||
NRFeatureFlag_RequestErrorEvents | | |||
NRFeatureFlag_DistributedTracing | | |||
NRFeatureFlag_AppStartMetrics; | |||
NRFeatureFlag_AppStartMetrics | | |||
NRFeatureFlag_AutoCollectLogs; |
There was a problem hiding this comment.
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!
https://new-relic.atlassian.net/browse/NR-318119