<div dir="ltr"><div>Hi everyone,</div><div><br></div><div>I'm struggling with the logging configuration. I enabled the syslog logging on a pdns-recursor.</div><div>So I got three files :<br><pre><span>local5.=info                       -/var/log/pdns/<a href="http://pdns.info">pdns.info</a><br>local5.=warn                       -/var/log/pdns/pdns.warn<br>local5.err                        /var/log/pdns/pdns.err</span></pre></div><div><br></div><div>As my server is being more and more used, it generates more logs and I can see that logs are also written in /etc/var/log/syslog and messages which will used a lot of space ...<br></div><div>I tried with many configuration, but can't achieve what I want :</div><div><ul><li>logs only in those three files not elsewhere<br></li></ul></div><div>Here is the execstart of the service<br></div><div><div>ExecStart=/usr/sbin/pdns_recursor --daemon=no --write-pid=no --log-timestamp=no</div><div><br></div><div>I put this line in the service definition to disable the logging in /var/log/syslog<br></div><div>StandardOutput=null</div><div><br></div><div>But logs are still written in /var/log/messages</div><div><br></div><div>Have you got any idea ?</div><div><br></div><div>Regards !<br></div></div></div>