-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueA good task for a newcomer to start withA good task for a newcomer to start with
Description
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) |
Ian2012
Metadata
Metadata
Assignees
Labels
good first issueA good task for a newcomer to start withA good task for a newcomer to start with
Type
Projects
Status
Ready for Work