Is there a log file generated on shutdown? I am seeing three errors momentarily flash onto the screen right before power off. I want capture those errors in a log file if one is not created.
Anyone have any info on log files?
Is there a log file generated on shutdown? I am seeing three errors momentarily flash onto the screen right before power off. I want capture those errors in a log file if one is not created.
Anyone have any info on log files?
journalctl -b -1 -e
man journalctl for more info on the journalctl command.