Hi Andreas,
Sorry, that should've read log-only-syslog. Rest of my former answer
should still hold though. If log-only-syslog is false and a log-file is
set, then the log callback should remain unchanged, in which case
log_file(...) is called, which only logs to the specified file.
Based on the fact that "current_log_function" is "log_file"
by default
and the if-else branch mention in the previous answer.
Let me know if the proposed config settings do the job.
- Jeroen
On Mon, 2023-01-09 at 16:33 +0100, A. Schulze wrote:>
>
> Am 09.01.23 um 13:57 schrieb Jeroen Koekkoek:
> > Hi Andreas,
> >
> > I think you can do that by setting log-only-log to false and
> > setting
> > log-file to stderr.
>
> Hi Jeroen,
>
> "log-only-log" isn't a documented option at
> https://nsd.docs.nlnetlabs.nl/en/latest/manpages/nsd.conf.html
> and also not visible in the code:
> https://github.com/NLnetLabs/nsd/search?q=log-only-log
>
> Andreas