We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb46b7 commit d389737Copy full SHA for d389737
1 file changed
roles/rsyslog/templates/sc_ruleset.conf.j2
@@ -5,7 +5,7 @@ $RuleSet {{ item.name }}
5
if $programname == "{{ config.program }}"
6
{%- if 'contains' in config %} and $msg contains '{{ config.contains }}' {% endif -%}
7
{%- if 'startswith' in config %} and $msg startswith '{{ config.startswith }}' {% endif %}
8
- then { action(type="omfile" DynaFile="{{ app }}-{{ item.name }}" {{ rsyslog_dir_file_modes }}) stop }}
+ then { action(type="omfile" DynaFile="{{ app }}-{{ item.name }}" {{ rsyslog_dir_file_modes }}) stop }
9
{% endfor %}
10
11
{% for stepupapp in stepupapps %}
0 commit comments