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

journal-triggerd never gets to evaluating messages #11

Open
val-kulkov opened this issue Dec 11, 2020 · 0 comments
Open

journal-triggerd never gets to evaluating messages #11

val-kulkov opened this issue Dec 11, 2020 · 0 comments

Comments

@val-kulkov
Copy link

While testing pattern matching with "echo some-message | systemd-cat", I found that none of the patterns matched my test messages no matter what.

It turns out that there is a continue operator in the main code that makes unreachable the part of the code where messages are evaluated for matching. After removing that continue operator, everything appears to work just fine as it should.

I would also appreciate merging the code revisions in the "next" branch into the "master" branch.

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

No branches or pull requests

1 participant