[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110516.140035.72516501072074389.davem@davemloft.net>
Date: Mon, 16 May 2011 14:00:35 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: micha@...i.hopto.org
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] output ipconfig info message as one printk
From: Micha Nelissen <micha@...i.hopto.org>
Date: Sat, 14 May 2011 23:45:19 +0200
> the "ip-config complete" message with ip address etc is output using
> many printks. When using the netconsole, and multiple agents are booting
> (and logging their boot) simultaneously, the syslog of the receiving
> host gets very messy, as the individual printks are interleaved.
> Combining the many printks into one printk improves syslog readability.
First, you are missing a proper "Signed-off-by: " tag in your
patch submissions.
Second, you should not do this because now the lines after the
first won't have the default loglevel prepended.
I think this should just be left alone, and you should properly
mark your netconsole logs so that you can discern which machine
the individual messages come from so you can piece them together
properly if you need to.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists