Re: [PATCH] telemetry: lower log level when legacy is not configured

2024-07-08 Thread David Marchand
On Fri, Jul 5, 2024 at 11:05 AM Bruce Richardson wrote: > > On Fri, Jul 05, 2024 at 11:00:20AM +0200, Robin Jarry wrote: > > When starting any DPDK application, this warning log is displayed: > > > > TELEMETRY: No legacy callbacks, legacy socket not created > > > > This brings unnecessary attenti

Re: [PATCH] telemetry: lower log level when legacy is not configured

2024-07-05 Thread Bruce Richardson
On Fri, Jul 05, 2024 at 11:00:20AM +0200, Robin Jarry wrote: > When starting any DPDK application, this warning log is displayed: > > TELEMETRY: No legacy callbacks, legacy socket not created > > This brings unnecessary attention, lower the log level to DEBUG. > > Signed-off-by: Robin Jarry >