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

Consider adding a configuration knob to disable Ignition logging #1684

Open
bgilbert opened this issue Aug 1, 2023 · 0 comments
Open

Consider adding a configuration knob to disable Ignition logging #1684

bgilbert opened this issue Aug 1, 2023 · 0 comments

Comments

@bgilbert
Copy link
Contributor

bgilbert commented Aug 1, 2023

On RHCOS, s390x Secure Execution must disable Ignition logging to maintain system integrity. The current code (from coreos/fedora-coreos-config#1939) must add a drop-in to each of the Ignition stages:

Environment=IGNITION_ARGS=-log-to-stdout
StandardOutput=null
StandardError=null

and that requires hardcoding the list of stages. Consider providing a unified mechanism to disable logging across an entire Ignition run.

xref coreos/fedora-coreos-config#1939 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant