--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/rmiwo7v1uzc.fsf%40s1.lexort.com.
Thomas Keffer writes:
> weewx V4 uses a new logging facility, Python's module 'logging', which
> requires that one set up logging handlers. The handler "syslog" is designed
> to (roughly) emulate the previous syslog logging. To set it up, you must
> specify a destination (called 'address') and a 'facility', which vary from
> OS to OS. I suspect that the defaults that weewx is picking for NetBSD are
> wrong.
Thanks for the hint. Patch attached. With this weewx runs, gets
archive records, posts them to mqtt, and creates and rsyncs the html
pages. And log messages appear in /var/log/messages (which is where
syslog puts them per local config, tos that's fine.).
OpenBSD is likely also /var/run/log; this layout is inherited from
somewhere along the 4.3BSD to 4.4BSD lineage (syslogd originated in
4.3BSD, but I think 4.4 regularized some paths into the modern BSD
hier(7) layout.)
port 514 is the default for remote system logging (rsyslog). not sure why anyone would ever do localhost:514...
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/rmimu8qxwtz.fsf%40s1.lexort.com.
I want to see how this interface works out before documenting it.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d5780813-e152-46ec-ba7f-978348e077a5%40googlegroups.com.
It's all in the Wiki white paper.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/724e1e5b-b2b3-428f-8db4-20e78b2cc05f%40googlegroups.com.