aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_server/templates/etc/rsyslog.d/freeipa.conf.j2
blob: 6ef8a1c51eb0620e4bef815a83fda2740d031c98 (plain)
1
2
3
4
5
6
7
8
{% for file in freeipa_log_files %}
input(type="imfile"
      addMetadata="on"
      file="{{ file.path }}"
      tag="{{ file.tag }}"
      severity="{{ file.severity | default('info') }}")

{% endfor %}