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
![](cid:ii_i0now5y90_148c1033a527c228)
Do I need some kind of wildcard or what could be wrong?
BR,
Markus