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

Add back support for EnableForkAndExitLogging config key #1271

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

mlw
Copy link
Member

@mlw mlw commented Jan 13, 2024

This PR adds back support for this configuration key that was inadvertently removed in v2022.9.

The default value is meant to be false. However since v2022.9, this value has effectively been hardcoded to true. This change fixes the logic back to the original intention.

IMPORTANT: This means that if you want FORK/EXIT events to continue to be logged, you must set the EnableForkAndExitLogging config key to true

Fixes #1269

@mlw mlw added the bug label Jan 13, 2024
@mlw mlw added this to the 2024.1 milestone Jan 13, 2024
@mlw mlw requested a review from a team as a code owner January 13, 2024 05:04
Copy link
Contributor

@pmarkowsky pmarkowsky left a comment

Choose a reason for hiding this comment

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

LGTM.

@mlw mlw merged commit f734631 into google:main Jan 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The configuration key EnableForkAndExitLogging is broken
2 participants