Skip to content

Turn off transformed statement logging by default #476

@bmtcril

Description

@bmtcril

Right now we log everything by default, which can be spammy and a waste of resources if operators aren't storing that data or using something like Vector in Aspects to read it. These seem to be relatively rare use cases, so we should change them to be off by default.

XAPI_EVENT_LOGGING_ENABLED = SettingToggle("XAPI_EVENT_LOGGING_ENABLED", default=True)

CALIPER_EVENT_LOGGING_ENABLED = SettingToggle("CALIPER_EVENT_LOGGING_ENABLED", default=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueA good task for a newcomer to start with

    Type

    No type

    Projects

    Status

    Ready for Work

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions