Linux tip: `journalctl -f -u servicename` follows logs for a specific systemd service in real-time. Much cleaner than tailing multiple log files. Add `--since "10 minutes ago"` to see recent entries first. #Linux #SystemD
@monospace except when there are many messages and journal starts dropping them so you don't have a complete log - please log warnings and errors to a file yourself