It looks like Centos must be suppressing debug messages. Go into /etc/rsyslog.conf. You'll find something that looks like this:
*.info;<some irrelevant stuff> /var/log/messages Change it to *.debug;<some irrelevant stuff> /var/log/messages You may have to reboot to have it take affect. Or, at least, restart rsyslog: *sudo systemctl restart rsyslog* Then restart weewx. Hopefully, that will get you the debug messages. On Mon, May 4, 2020 at 6:47 AM Mike Doneske <[email protected]> wrote: > debug = 1 is set. It is always set to 1 > > On Monday, May 4, 2020 at 7:14:18 AM UTC-5, Tom Keffer wrote: >> >> Looks like debug is not on. Double check weewx.conf, and make sure you've >> set >> >> debug = 1 >> >> -tk >> >> On Sun, May 3, 2020 at 8:00 PM Mike Doneske <[email protected]> wrote: >> >>> Attached is log after installing new reportengine.py in >>> /usr/shr/weewx/weewx. Was expecting more log output than what I received. I >>> included a directory listing to show the new module was installed. >>> reportengine.py.orig was the original module prior to moving in the new one. >>> >>> On Sunday, May 3, 2020 at 7:17:17 PM UTC-5, Tom Keffer wrote: >>>> >>>> Well, you've got me stumped, although I'm sure it's something silly. >>>> >>>> Please replace your copy of reportengine.py with this one. It's >>>> instrumented to help us understand what's going on. It goes in >>>> /usr/share/weewx/weewx/reportengine.py. >>>> >>>> Restart weewxd, post the log. >>>> >>>> -tk >>>> >>>> On Sun, May 3, 2020 at 4:27 PM Mike Doneske <[email protected]> wrote: >>>> >>>>> Skin.conf file.... >>>>> >>>>> -- >>>>> 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/4a18cc78-bfe4-4033-a742-baa652ff7fcd%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/weewx-user/4a18cc78-bfe4-4033-a742-baa652ff7fcd%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >>> 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/a438f619-b50f-47ac-be30-4f4284f8890a%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/a438f619-b50f-47ac-be30-4f4284f8890a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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/eb9445b6-fc2c-433f-bc5b-721575c1283b%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/eb9445b6-fc2c-433f-bc5b-721575c1283b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEDNJROkU08K_QvR8hJ7P3E28KFGfcG3P%2B7RazF506mCYw%40mail.gmail.com.
