On Sunday, March 3, 2024 at 9:27:17 AM UTC-5 [email protected] wrote: I found partially why: the upgrade procedure didn't pick up my /etc/default/weewx, just did a backup and created a new one.
WEEWX_PYTHON=python3 WEEWX_BINDIR=/usr/share/weewx WEEWX_CFG=/etc/weewx/weewx.conf WEEWX_BIN=/usr/bin/weewxd the file /etc/default/weewx does not affect rsyslog your rsyslog conf has 'isequal,"weewx"', so it will not match the actual name of the weewxd program, which is 'weewxd' either change 'weewx' to 'weewxd', or use startswith instead of isequal. take a look at the wiki article about logging: https://github.com/weewx/weewx/wiki/logging m -- 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/2dd80f14-153c-45c5-8dac-6f83a789ed71n%40googlegroups.com.
