Skip to content

main/rsyslog: load custom config before standard rules

Henrik Riomar requested to merge HRio/aports:rsyslog-fix-user-filters into master

We must include config files before the standard rules or else the standard logs will be full with data the user have configured filters for.

This problem was introduced in:

 5364bae363 main/rsyslog: move config loading behind module loading to allow module directives in config files

Merge request reports