Re: design: was: Re: [RFC PATCH v2] printk: console: Allow each console to have its own loglevel

From: Chris Down
Date: Wed Jul 13 2022 - 10:50:34 EST


Petr Mladek writes:
Of course, it would mean that the type of option would need to be
specified. Something like:

console=ttyS0,115200n8,loglevel=3

I like this. It is longer but it makes the meaning very obvious.

Yes, this looks good to me and I'll implement it for v3. Thanks!

I just think about using ':' instead of '=' to distinguish
the assignment of outer 'console' vs the inner 'loglevel' parameters.

Agreed, I'll use ":".