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

fix: Use $IncludeConfig in advanced template #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tjdavis3
Copy link

Changes the include(...) line to use $IncludeConfig. This eliminates the errors about include. eg.

 action 'include' treated as ':omusrmsg:include' - please use ':omusrmsg:include' syntax instead, 'include' will not be supported in the future [v8.24.0-57.el7_9.3 try http://www.rsyslog.com/e/2184 ]

Fixes: #34


name: Pull request
about: Describe the proposed change


Describe the change
A clear and concise description of what the pull request is.

Testing
In case a feature was added, how were tests performed?

Changes the `include(...)` line to use `$IncludeConfig`.   This eliminates the errors about include.  eg. 
```
 action 'include' treated as ':omusrmsg:include' - please use ':omusrmsg:include' syntax instead, 'include' will not be supported in the future [v8.24.0-57.el7_9.3 try http://www.rsyslog.com/e/2184 ]
```

Fixes: robertdebock#34
@tjdavis3 tjdavis3 changed the title fix: Use $IncludeConfig in advanced config fix: Use $IncludeConfig in advanced template Apr 13, 2023
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.

Using 'advanced' mode on CentOS 7 seems to be fraught with errors
1 participant