Re: [PATCH v2] lib: remove duplicate prefix in logs

2024-02-01 Thread David Marchand
On Thu, Jan 25, 2024 at 1:56 PM David Marchand wrote: > > RTE_LOG() macros prefixe the log messages based on the logtype. > This results in logs like: > > TMTY: TELEMETRY: Attempting socket bind to path '/run/user/...' > TMTY: TELEMETRY: Socket creation and binding ok > TMTY: TELEMETRY: Telemetry

[PATCH v2] lib: remove duplicate prefix in logs

2024-01-25 Thread David Marchand
RTE_LOG() macros prefixe the log messages based on the logtype. This results in logs like: TMTY: TELEMETRY: Attempting socket bind to path '/run/user/...' TMTY: TELEMETRY: Socket creation and binding ok TMTY: TELEMETRY: Telemetry initialized ok Remove redundancy in some libraries following their