M
MvW
Guest
I've created the files above, gave them the right permissions, uncommented the appropriate sections in chrony.conf and restarted it. Now, how do I get scribe to add to info written to these three logs to be written to chrony.log in uiScribe? I already have an existing chronyd.log and would like the extra logging to the same file, assuming that's the most comprehensive approach. Any suggestions?I had a play with this a littler while ago and managed to get it working, but have disabled it since.
Rather than using
logdir /opt/var/log
I used
logdir /opt/var/log/chrony (permission 0755)
and
log measurements statistics tracking
You need to create the matching log files in your selected directory, e.g.
measurements.log statistics.log and tracking.log (set permissions to 0666)
and it should be fine