Forum Discussion

neeeewbie's avatar
Feb 25, 2025
Solved

I want to exclude the character ) in syslog filter.

Hi

 

I want to exclude the character ) in syslog filter.

However, the device does not recognize it.

 

setting

    filter f_message {
    level(notice..emerg) and not message(")");

    };

error log

    level(notice..emerg) and not message());
                                                               ^

 

Due to : Bug ID 842669