Syslog level filtering?

I recently migrated to 1.5-stream-2025-Q1 from 1.5-rolling-202502220006. I had to slightly modify the syslog config when I moved to the stream release, but on both versions, the syslog seems to still log info level, even though I stated level warning. I was under the impression that if a level is specified, then logging for anything more verbose is not done, is this a correct assumption? I have rebooted a few times too.

vyos@vyos:~$ show system image
Name                      Default boot    Running
------------------------  --------------  ---------
1.5-stream-2025-Q1        Yes             Yes
1.5-rolling-202502220006
vyos@vyos:~$ configure
[edit]
vyos@vyos# show system syslog 
 global {
     facility all {
         level warning
     }
     marker {
         interval 86400
     }
 }
[edit]
vyos@vyos# exit
exit
vyos@vyos:~$ monitor log
Mar 12 14:30:01 DhcpLFC[3440]: INFO  [DhcpLFC.140310957201856] LFC_ROTATING LFC rotating files
Mar 12 14:30:01 DhcpLFC[3440]: INFO  [DhcpLFC.140310957201856] LFC_TERMINATE LFC finished processing

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.