cat /etc/debian_version
11.7
journalctl isn't installed
Oops, I deleted the original message this was it:
When I have an erroneous weewx.conf and start weewx using
systemctl start weewx
there is nothing in my log file, nor in /var/log/syslog . I am on Debian using rsyslog and have the logging configured like so in weewx.conf:
[Logging]
version = 1
disable_existing_loggers = False
# Root logger
[[root]]
level = INFO
handlers = rotate,
# Additional loggers would go in the following section. This is useful for tailoring logging
# for individual modules.
[[loggers]]
# Definitions of possible logging destinations
[[handlers]]
# Log to a set of rotating files
[[[rotate]]]
level = INFO
formatter = verbose
class = logging.handlers.RotatingFileHandler
filename = /var/log/weewxd.log
maxBytes = 10000000
backupCount = 4
When I start weewxd manually, the error output is shown, any I ideas where the output is stored (if it is stored) or how to set up logging, that this output is stored in the weewxd.log file?