Re: [dpdk-dev] [PATCH] log: support custom log function
From: David Marchand <hidden>
Date: 2021-02-05 11:56:07
From: David Marchand <hidden>
Date: 2021-02-05 11:56:07
On Fri, Feb 5, 2021 at 12:25 PM Li Feng [off-list ref] wrote:
Currently, the dpdk log is out to stdout/stderr and syslog. We should support to output the log to another please, e.g. file or glog.
Why not use rte_openlog_stream() / rte_log_get_stream() ? -- David Marchand