Should I be aware of these journalctl log error messages?

You can check error in logs by →

journalctl -p 3 -xb

This will generate the lists of logs which had identified errors.

To know critical logs use →

journalctl -p 2 -xb

I only know about these two to check errors in logs; except these, rest are logs of the current sessions.
Experienced users please correct me if I am going wrong.

3 Likes