On Tue, May 15, 2018 at 1:32 AM, Qi, Fuli <qi.fuli(a)jp.fujitsu.com> wrote:
[..]
> Actually, I don't see a need to have LOG_DESTINATION_FILE at
all. Why not just
> do:
>
> ndctl monitor 2>file
>
> ...to redirect stderr to a file?
In my understanding, this stderr redirection does not make sense when ndctl monitor
runs as a daemon, eg:
# ndctl monitor --logfile stderr --daemon 2>file
What do you think?
True, and now that I look dnsmasq allows the same with its
--log-facility option. Ok, let's keep this feature.
I appreciate the continued effort and patience.