Wrong description in lab exercise analyse log files

Hello,

The exercise says to analyze the logs with the priority flag, but it does not specify which priority (err, warning, crit, alert…).
I found out the exercise is expecting the ERR priority, but it is not specified anywhwre. You might want to add that tiny but very useful detail.

Hi @Mundofik

The question defines to: Analyze the error logs through journalctl with the priority flag

In this context, logs refer to the collection of all events recorded by the system. Therefore, when the question specifies the need to filter for error logs, it implies that the appropriate priority level to be used is -p err.

Hope this helps.

Regards.