[weewx-user] New user of Weewx with driver question

2022-11-22 Thread Chris Tame
HI Everyone, I am a new user of Weewx and have a driver question regarding a weather station called the WS3 from AliExpress

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-22 Thread Tom Keffer
StdPrint is sending messages directly to stdout via print() statements --- the logging facility is not involved at all. So, no, I would not expect that to work. Doug is using a log handler that sends log messages to "console," that is, stdout. So, what you're looking at is a mixture of print() sta

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-22 Thread vince
Thanks for the explanation. Doug+I are doing the same thing. Suppressing LOOP via removing StdPrint and redirecting logging using the v4 logging to console as you documented for the wiki in the spring. Difference is I'm building up from base debian as a starting point. [...tl;dr...] Doug's

Re: [weewx-user] Is there a way to suppress LOOP entries in the stdout from WeeWX?

2022-11-22 Thread Doug Jenkins
For my docker configuration for my weewx weatherstation, I add this configuration right after the version = x.x.x line. Give it a couple of empty lines to separate it out ### [Logging] version = 1 disable_existing_loggers = False # Root