View logs in journalctl
We can monitor logs of a specific service using journalctl in real time, filter by time, or check past logs. Here are some useful commands: 1. View logs of a specific service journalctl -u <service-name> Example for nginx: journalctl -u nginx 2. Mo...
Feb 12, 20222 min read6

