knotd exits immediately when logging target is set to /dev/null
Full configuration file in case it matters:
server:
rundir: "/tmp"
listen: 127.0.0.1@5353
log:
- target: /dev/null
any: debug
zone:
- domain: .
storage: .
file: "root.zone"
Unfortunately (but quite understandably) I have no logs to share with you. :)
When the output is redirected in the shell (i.e. knotd -c knot.conf > /dev/null
) all goes well.