Learn something, a parameter for dmesg to look for certain types of messages:
root@host02:~# dmesg --level err [ 0.239659] ACPI: SPCR: Unexpected SPCR Access Width. Defaulting to byte size [ 2.676888] mpt2sas_cm0: overriding NVDATA EEDPTagMode setting [ 11.513804] ACPI Error: No handler for Region [SYSI] (00000000680cfabd) [IPMI] (20210730/evregion-130) [ 11.513921] ACPI Error: Region IPMI (ID=7) has no handler (20210730/exfldio-261) [ 11.514031] ACPI Error: Aborting method \_SB.PMI0._GHL due to previous error (AE_NOT_EXIST) (20210730/psparse-529) [ 11.514168] ACPI Error: Aborting method \_SB.PMI0._PMC due to previous error (AE_NOT_EXIST) (20210730/psparse-529)
Man page has various level categories:
- subsys - The message sub-system prefix (e.g., "ACPI:").
- time - The message timestamp.
- timebreak - The message timestamp in short ctime format in --reltime or --human output.
- alert - The text of the message with the alert log priority.
- crit - The text of the message with the critical log priority.
- err - The text of the message with the error log priority.
- warn - The text of the message with the warning log priority.
- segfault - The text of the message that inform about segmentation fault.