I have been able to silence most log messages with

# Whether to log successful operations
log_success = False
# Whether to log unsuccessful operations
log_failure = False

[Logging]
  [[loggers]]
    [[[weewx.restx]]]
      level = WARNING
    [[[weewx.manager]]]
      level = WARNING
    [[[user.interceptor]]]
      level = WARNING

But I'm still seeing 

weewx[24537] INFO weewx.engine: Garbage collected 13319 objects in 0.02 
seconds

every three hours in syslog

Can someone please explain how to silence this INFO message?

-- 
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/c65e6228-05be-4108-bbee-91ae18783408n%40googlegroups.com.

Reply via email to