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

cfg-grammar: add some dummy changes to test syslog-ng-cfg-diff-pr #123

Closed
wants to merge 2 commits into from

Conversation

alltilla
Copy link
Owner

@alltilla alltilla commented Oct 28, 2023

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
@github-actions
Copy link

This Pull Request introduces config grammar changes

alltilla/ab6d24e49cb56be645072a457dab943354a0f2c1 -> alltilla/test-branch-for-syslog-ng-cfg-diff-pr

--- a/destination
+++ b/destination

 amqp(
     value-pairs(
+        level(<yesno>)
     )
 )

 mongodb(
     value-pairs(
+        level(<yesno>)
     )
 )

 python(
     value-pairs(
+        level(<yesno>)
     )
 )

 riemann(
     attributes(
+        level(<yesno>)
     )
 )

 stomp(
     value-pairs(
+        level(<yesno>)
     )
 )

--- a/parser
+++ b/parser

 map-value-pairs(
+    level(<yesno>)
 )

 metrics-probe(
     labels(
+        level(<yesno>)
     )
 )

alltilla added a commit that referenced this pull request Oct 28, 2023
See:
 * https://github.com/alltilla/syslog-ng-cfg-diff-pr
 * #123

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
@alltilla alltilla closed this Oct 28, 2023
alltilla added a commit that referenced this pull request Oct 30, 2023
See:
 * https://github.com/alltilla/syslog-ng-cfg-diff-pr
 * #123

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
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.

1 participant