Re: [PATCH v20 13/14] log: add support for systemd journal

2024-04-01 Thread Luca Boccassi
On Sat, 30 Mar 2024 at 16:46, Stephen Hemminger wrote: > > If DPDK application is being run as a systemd service, then > it can use the journal protocol which allows putting more information > in the log such as priority and other information. > > The use of journal protocol is automatically detec

[PATCH v20 13/14] log: add support for systemd journal

2024-03-30 Thread Stephen Hemminger
If DPDK application is being run as a systemd service, then it can use the journal protocol which allows putting more information in the log such as priority and other information. The use of journal protocol is automatically detected and handled. Rather than having a dependency on libsystemd, ju