mchehab / rasdaemon

Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem with handles detection of ECC errors from memory controllers for most chipsets on i386 and x86_64 architectures. EDAC drivers for other architectures like arm also exists.
GNU General Public License v2.0
178 stars 79 forks source link

print logs in the same line #151

Closed zhuofeng6 closed 4 months ago

zhuofeng6 commented 7 months ago

It is convenient to view logs in this way.

mchehab commented 4 months ago

Next time, please add a Signed-off-by for the patches you submit.

(please see: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1)

As this is a trivial patch with no real code addition. I'll apply it.

Merge applied, thanks.