Hi, I'm watching /var/log/messages, and noticed this:
Aug 31 18:45:16 pivue weewx[27341]: manager: Added record 2019-08-31 18:45:00 PDT (1567302300) to database 'weewx.sdb' Aug 31 18:45:16 pivue weewx[27341]: manager: Added record 2019-08-31 18:45:00 PDT (1567302300) to daily summary in 'weewx.sdb' Aug 31 18:45:32 pivue weewx[27341]: cheetahgenerator: Generated 8 files for report SeasonsReport in 15.16 seconds Aug 31 18:45:40 pivue weewx[27341]: imagegenerator: Generated 14 images for SeasonsReport in 8.08 seconds Aug 31 18:45:40 pivue weewx[27341]: copygenerator: copied 0 files to /home/weewx/public_html.vue While at the same time, the right number of files have new timestamps. I looked at the code where the message is coming from, and it only comes from here:./bin/weewx/reportengine.py: syslog.syslog(syslog.LOG_INFO, "copygenerator: " so it doesn't make sense the files are updated, but the one count is zero. That message always shows 0 files copied, but clearly, files are getting copied. This is with weewx 3.9.1 > ls -ltr /home/weewx/public_html.vue -rw-r--r-- 1 weewx 13515 Aug 31 18:01 monthvolt.png drwxr-sr-x 2 weewx 4096 Aug 31 18:45 NOAA/ -rw-r--r-- 1 weewx 19780 Aug 31 18:45 index.html -rw-r--r-- 1 weewx 2246 Aug 31 18:45 celestial.html -rw-r--r-- 1 weewx 3874 Aug 31 18:45 telemetry.html -rw-r--r-- 1 weewx 1407 Aug 31 18:45 tabular.html -rw-r--r-- 1 weewx 13276 Aug 31 18:45 statistics.html -rw-r--r-- 1 weewx 6308 Aug 31 18:45 rss.xml -rw-r--r-- 1 weewx 9074 Aug 31 18:45 daybarometer.png -rw-r--r-- 1 weewx 9685 Aug 31 18:45 daytempdew.png -rw-r--r-- 1 weewx 7782 Aug 31 18:45 daytempfeel.png -rw-r--r-- 1 weewx 7387 Aug 31 18:45 daytempin.png -rw-r--r-- 1 weewx 8370 Aug 31 18:45 daytemp.png -rw-r--r-- 1 weewx 7318 Aug 31 18:45 dayhum.png -rw-r--r-- 1 weewx 6375 Aug 31 18:45 dayrain.png -rw-r--r-- 1 weewx 8812 Aug 31 18:45 daywind.png -rw-r--r-- 1 weewx 7186 Aug 31 18:45 daywinddir.png -rw-r--r-- 1 weewx 8562 Aug 31 18:45 daywindvec.png -rw-r--r-- 1 weewx 6282 Aug 31 18:45 dayradiation.png -rw-r--r-- 1 weewx 5547 Aug 31 18:45 dayuv.png -rw-r--r-- 1 weewx 6628 Aug 31 18:45 dayrx.png -rw-r--r-- 1 weewx 13080 Aug 31 18:45 dayvolt.png -- 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/f15eea75-2521-4fdb-8fa3-abbe44fa1b2b%40googlegroups.com.
