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

wkdev-enter: quiet mode and related options for scripts #68

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

ntrrgc
Copy link
Member

@ntrrgc ntrrgc commented Oct 29, 2024

This patch adds an optional --quiet flag for wkdev-enter that suppresses logging to stdout, so that scripts can be written that use wkdev-enter without pollution from wkdev logs.

The log function now calls the logger command that writes to journald. This is meant to help with troubleshooting scripts that use the quiet mode.

This patch also adds the flags --no-tty and --no-interactive, which disable --tty and --interactive in podman exec respectively, and are of interest in scripts.

This patch adds an optional --quiet flag for wkdev-enter that suppresses
logging to stdout, so that scripts can be written that use wkdev-enter
without pollution from wkdev logs.

The _log_ function now calls the logger command that writes to journald.
This is meant to help with troubleshooting scripts that use the quiet
mode.

This patch also adds the flags --no-tty and --no-interactive, which
disable --tty and --interactive in podman exec respectively, and are of
interest in scripts.
Copy link
Member

@nikolaszimmermann nikolaszimmermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enthusiastic r=me, great patch

@ntrrgc ntrrgc merged commit 9d8f362 into Igalia:main Oct 31, 2024
2 checks passed
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.

2 participants