using ntpd 4.2.6p5 on redhat 6.5
How do I configure /etc/ntp.conf to generate debug messages to logfile?
in /etc/ntp.conf I have
logfile /var/log/ntpd.log
but that only does very basic entries.
Using '-d' outputs debug messages to the console, but not to the logfile.
I suppose I can use '2&>1 | tee', but that's kind of clumsy; be better to do it in the ntp.conf I think.
Thanks.