Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Conversation

@mlw
Copy link
Contributor

@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
@mlw mlw force-pushed the config-fork-exec-logging branch from 9271197 to b2ecc38 Compare January 13, 2024 05:09
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The configuration key EnableForkAndExitLogging is broken

2 participants