see https://docs.python.org/3/library/logging.config.html - weewx logging uses this yaml (translated into ini syntax). perhaps your best option is to set logging level at ‘error’, which is not verbose unless you really really need it ⊣GE⊢
> On 27 Jul 2023, at 11:08 pm, Tomasz Lewicki <[email protected]> wrote: > >> But I think that some mechanism to completely turn off logging does/should >> exist. I can always turn it on if needed. >> >> I don't know if it is good approach but I've used "disable_existing_loggers >> = True" directive in weewx.conf and log aren't generated - or I can't find >> them :) -- 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/FFBBF8FF-3141-4F2B-A49D-37B177AF355A%40geddy.au.
