Hello!I'm trying to apply some syslog-filters and have for example added this to my config.php:
$config['syslog']['filter'][] = 'ROUTING-MLDP-5-BRANCH';
$config['syslog']['filter'][] = "Successfully authenticated user \'rancid\'";
However I still get messages containing these strings

Do I need some kind of wildcard or what could be wrong?
BR,
Markus