How to disable syslog marker?

I don’t think it currently is possible to disable syslog interval markers. Could this be added? Also I noticed some minor typos in the text:

Can be up to 86400.

vyos@vyos# set system syslog marker interval 
Possible completions:
   <1-65535>            Time in seconds

And of course, it isn’t a port number:

vyos@vyos# set system syslog marker interval 0

  Number is not in any of allowed ranges
  
  
  
  Port number must be in range 1 to 86400
  Value validation failed
  Set failed

Hi @jauling,

thanks for mentioning the type. I have addressed both in

1 Like

I noticed in the pull request that lines 23, 30, 34, and 49 are missing the first word ‘set’ in docs/configuration/system/syslog.rst

Thank you for notifying, will correct it.

1 Like