Logs and Debugging
Live logs
Run Wayscriber with logs:
RUST_LOG=info wayscriber --active
If you use the systemd service:
journalctl --user -u wayscriber.service -f
Log files (daemon/active)
When you run --daemon or --active, Wayscriber also writes log files to:
~/.local/share/wayscriber/logs/
This follows XDG_DATA_HOME when set.
Overrides:
WAYSCRIBER_LOG_FILE=/path/or/dirsets a specific file or directory.WAYSCRIBER_LOG_MAX_SIZE_MB=10caps each log file before rotating.
Include log output when reporting bugs.