<div dir="ltr"><div></div><div>I am using debian , the logging system being used is rsyslogd.</div><div>in /etc/rsyslog.d/default.conf we have rule as follows:</div><div>```<br></div><div>kern.* /var/log/kern.log</div><div>```<br></div><div>This rule I believe is the reason why all the kernel logs are being redirected to /var/log/kern.log.</div><div><br></div><div>Also dmesg does not show anything. So, i am pretty sure that all the kernel logs are being handled solely by `rsyslogd`<br></div><div>And this is just the default debian distribution without any customizations.<br></div><div><br></div><div>Thank you for the 'pstore' clue. I will explore it further.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 1, 2021 at 2:42 PM Greg KH <<a href="mailto:greg@kroah.com">greg@kroah.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, Jun 01, 2021 at 02:33:50PM +0900, manty kuma wrote:<br>
> I just triggered a panic, expecting that the logs will be visible in<br>
> `/var/log/kern.log` after reboot, but there are no logs present there.<br>
<br>
I have never heard of kernel logs being written to that location, what<br>
tool do you have that does that and where is that documented?<br>
<br>
> Considering I have no access to the serial port, how do I know what went<br>
> wrong?<br>
<br>
When the kernel panics, it usually can not write to the disk, so it's a<br>
bit hard to save anything :)<br>
<br>
That being said, there are ways the kernel can save the crash<br>
information, look into the "pstore" interface and see if that will work<br>
for your hardware platform (it requires hardware to store the<br>
information across boots.)<br>
<br>
good luck!<br>
<br>
greg k-h<br>
</blockquote></div>