Re: [PATCH] printk: add KERN_NOTIME to skip the timestamp
From: Sergey Senozhatsky
Date: Tue Feb 12 2019 - 19:48:12 EST
On (02/13/19 02:11), Xiang Xiao wrote:
>
> Because log may already add the timestamp sometime
>
We have module_param(printk_time) which enables/disables
timestamps. And a .config option. And a kernel boot param.
Why would you want KERN_NOTIME?
-ss