-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple instances of DNSDist always logs the process name as DNSDist #10651
Comments
I patched /lib/systemd/system/dnsdist@.service with:
|
Maybe it would be better to use dash instead of underscore. Dash is also used for PowerDNS. |
Looks like we already have that for auth, but not for rec. I'll tag both rec and dnsdist on this ticket so we can check. |
Note: do not patch files in /lib. Put overrides in /etc instead, so your modifications do not break on upgrades. |
Short description
when running multiple instances of DNSDist it always logs the process name as DNSDist (it does not use the dnsdist@foo or dnsdist-foo like PowerDNS does)
Environment
Steps to reproduce
https://dnsdist.org/advanced/multiple-instance.html
Expected behaviour
I would expect the same behavior as PowerDNS. See process names x instance (like pdns_server-instance1).
Actual behaviour
you will see only dnsdist as process name
The text was updated successfully, but these errors were encountered: