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...
arjun.name.np2 min read