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

Enable/Disable config sections #756

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Conversation

taclane
Copy link
Contributor

@taclane taclane commented Dec 28, 2022

For the purpose of troubleshooting or managing a trunk-recorder setup, it is desirable to easily enable/disable portions of the config.json. The only way to presently do so is to save a backup copy and delete portions of the config, or copy/paste any deleted portions back in.

This change simply adds a "enabled": false or "enabled": true(default) option to individual sources, systems, or plugins. Disabled elements of the config file are simply ignored upon startup.

@robotastic
Copy link
Owner

This should really help with debugging - thanks!

@robotastic robotastic merged commit 60c0b15 into robotastic:master Jan 14, 2023
@taclane taclane deleted the enabler branch May 16, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants