On Thursday, June 11, 2020 at 12:20:40 PM UTC-4, Henri Emurian wrote: > > In the file structure, I do have var/log/ but no messages or syslog in the > file. Any other ideas? >
you could try 'journalctl' - that is the systemd approach to reading log files. since arch/manjaro have been completely taken over by systemd that could be the problem. but you might have to install/enable syslog-ng something like sudo pacman -S syslog-ng sudo systemctl enable syslog-ng sudo systemctl start syslog-ng should do it m -- 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/9bbb4113-d5eb-4a1b-ac8f-372aa6c7a380o%40googlegroups.com.
