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() statements and
logging messages.

Hope that helps.



On Mon, Nov 21, 2022 at 5:09 PM vince <vinceska...@gmail.com> wrote:

> Sorry for the late reply.  Rebuilding/consolidating my docker setups and
> had a question...
>
> Removing StdPrint 'does' work for suppressing the LOOP messages in Docker,
> but is there a way to get the same effect via a custom [Logging] stanza ?
>
> I got very lost under the hood trying to follow how StdPrint is logging at
> all.
> Would this be expected to work ?
>
> [Logging]
>     [[loggers]]
>         [[[weewx.engine.StdPrint]]]
>             level = ERROR
>
>
> On Sunday, March 27, 2022 at 4:28:52 AM UTC-7 Tom Keffer wrote:
>
>> Just remove "StdPrint" from the list of reporting services to be run. So,
>> this
>>
>> report_services = weewx.engine.StdPrint, weewx.engine.StdReport
>>
>> becomes this
>>
>> report_services = weewx.engine.StdReport
>>
>>
>> On Sun, Mar 27, 2022 at 4:24 AM Doug Jenkins <do...@dougjenkins.com>
>> wrote:
>>
>>> Is there a way to suppress the LOOP data?
>>>
>> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/d1e72f8a-5a6d-4a90-8df5-4722c38a544dn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/d1e72f8a-5a6d-4a90-8df5-4722c38a544dn%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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEA29dW4XRmKj4pB2k9xTXNHJ3n%2B8Dypsv4etjzCe%3Dg6ZQ%40mail.gmail.com.

Reply via email to