Re: [dpdk-dev] [PATCH] vfio: reformat logs

2021-04-09 Thread David Marchand
On Thu, Apr 1, 2021 at 1:25 PM Burakov, Anatoly wrote: > > On 08-Mar-21 10:24 PM, Thomas Monjalon wrote: > > The log messages had various issues: > > - split on 2 lines, making search (grep) difficult > > - long lines (can be split after the string) > > - indented for no good reason (parent messag

Re: [dpdk-dev] [PATCH] vfio: reformat logs

2021-04-01 Thread Burakov, Anatoly
On 08-Mar-21 10:24 PM, Thomas Monjalon wrote: The log messages had various issues: - split on 2 lines, making search (grep) difficult - long lines (can be split after the string) - indented for no good reason (parent message may have higher log level) - inconsistent use of __func__, not meaningfu

[dpdk-dev] [PATCH] vfio: reformat logs

2021-03-08 Thread Thomas Monjalon
The log messages had various issues: - split on 2 lines, making search (grep) difficult - long lines (can be split after the string) - indented for no good reason (parent message may have higher log level) - inconsistent use of __func__, not meaningful context for user - lack of context (general me