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

Clarifies system() source usage on Linux #12

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Clarifies system() source usage on Linux #12

merged 2 commits into from
Aug 13, 2023

Conversation

eldarnash
Copy link
Contributor

@eldarnash eldarnash requested a review from bazsi August 3, 2023 17:18
@bazsi
Copy link
Member

bazsi commented Aug 3, 2023

The expansion of the system source is not perfect, but I am not sure we need to specify how that is formatted exactly.

The /dev/kmsg is used this way:

file("/dev/kmsg" program-override("kernel") flags(kernel) format("linux-kmsg") keep-timestamp(no));

The /proc/kmsg is used this way:

file("/proc/kmsg" program-override("kernel") flags(kernel) keep-timestamp(no));

@eldarnash eldarnash merged commit cc079c6 into main Aug 13, 2023
1 check passed
@eldarnash eldarnash deleted the fix-4112 branch August 13, 2023 08:58
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.

system() source documentation should clarify that journald takes precedence over kmsg as well
2 participants