Tagged
Logs guides
Hands-on guides that cover Logs. Every command is run and verified on a live server before it is published.
GuideShipping Logs to a Central Server with rsyslog
A hands-on guide to shipping logs to a central rsyslog collector over TCP on Ubuntu 24.04, then reading the line back from the store to prove it arrived.
GuideReading Logs With journalctl
When a service misbehaves, its logs live in the journal, not a text file. Read one service with journalctl, follow the systemd logs live, and filter by time.
GuideLogging and Observability
Read docker logs from a running stack, cap them with json-file rotation so they cannot fill the disk, and use docker stats and inspect to see inside.