We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rsyslog introduced a new parsing format which is basically a full scripting language: https://www.rsyslog.com/doc/master/rainerscript/index.html
Augeas cannot parse this at all (and adding support seems like a giant amount of work).
Anyway this wouldn't matter except that some programs are now using this scripting language. We had this downstream bug report about a ppc64le tool: https://bugzilla.redhat.com/show_bug.cgi?id=2160657
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rsyslog introduced a new parsing format which is basically a full scripting language: https://www.rsyslog.com/doc/master/rainerscript/index.html
Augeas cannot parse this at all (and adding support seems like a giant amount of work).
Anyway this wouldn't matter except that some programs are now using this scripting language. We had this downstream bug report about a ppc64le tool: https://bugzilla.redhat.com/show_bug.cgi?id=2160657
The text was updated successfully, but these errors were encountered: