On Saturday, June 15, 2019 at 8:09:28 AM UTC-7, gjr80 wrote: > > Thanks, so if I am reading the centos7.6 /etc/rsyslog.conf correctly only > info and above go to /var/log/messages. There is nothing covering debug > at all so I expect that is why debug is (effectively) discarded. We could > send them to another file but that will make debugging difficult so let's > just send debug to /var/log/messages as well. >
I've verified Gary's solution. In a vagrant VM, I added a *.debug line pointing to a different file, and after restarting syslog and weewx I 'do' see debug output in the second file. The original non-debug output also goes to /var/log/messages as expected. *.info;mail.none;authpriv.none;cron.none /var/log/messages *.debug /var/log/messages.debug -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/52725735-fd4b-4a80-a8ee-2e64066066d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
