Where are the log about the SNTP ?

Hi everyone,

I’ve setup my SNTP client and it look that it’s working fine.

but when I do

/log print

I only see the line where I changed the configuration of the SNTP

20:37:48 system,info SNTP client configuration changed by you

but not when the system check/correct the time, is there any way to see it ?

Well, uh. There is

/system ntp client print

but seems it’s lacking the where-clause if you’d want only some of the fields or do parsing, hm.

You can try doing

/system logging add topics=ntp action=memory

The default logging settings are “any component, levels info/error/warning/critical”.
This will add “component ntp, any level” so including detail and debug messages.
Maybe that will include “clock synchronized” entries.