Raspbian log files

32.8k views Asked by At

Where can I find all boot, driver or kernel related logs on a Raspbian? Could you please reply with a list as follows:

  • Driver logs - /something/somethingelse.log

Thanks!

1

There are 1 answers

0
Shnatsel On BEST ANSWER

/var/log/messages should contain all kernel- and driver-related information.

It may miss some things happening early in boot, before the logging daemon was started. dmesg command should print the same log and also include the events that happened early in boot process.