Re: [dpdk-dev] [PATCH v4 07/11] eal: add log level help
From: David Marchand <hidden>
Date: 2021-03-24 13:41:58
From: David Marchand <hidden>
Date: 2021-03-24 13:41:58
On Tue, Mar 23, 2021 at 7:42 PM Thomas Monjalon [off-list ref] wrote:
quoted
quoted
The need for the end-user in the help is different of a debug dump.The result of rte_log_list_types is a list in link-time order. At least it is worth sorting alphabetically for users.Yes sorting could be nice.quoted
What about default log levels?No strong opinion. The default is more or less always the same.
"more or less" yes. Looking at your patch that only cares about listing logtypes. Ok, let's leave it at that, with a sorted list. I'll try to revisit this later, as finding/restoring default loglevel during a debugging session is a pain. -- David Marchand