NTPD – Where to Look Up NTPD Logs

ntpd

I didn't find any ntpd log file in /var/log. I am wondering where can I find those log files, thanks!

Best Answer

This may tell you if/where ntp activity is being logged:

grep log /etc/ntp.conf

You can also try:

ps auxww | grep '[n]tp'