I couldn't decide whether this post should be here in the DNS forum or in the CloudLinux forum since the OS is CL 6.7 , but since the question is in regard to named.conf I decided to post here in DNS forum.
I recently purchase two brand new identical servers - same hardware, same versions of all software (same OS, cPanel, WHM, CSF, PHP, Apache, etc...) but the Logging section of /etc/named.conf is different from one to the other.
I'm hoping that someone here can tell me which version of the named.conf Logging section appears to be the correct one.
On SERVER 1 the /etc/named.conf Logging section looks like this:
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
One SERVER 2 the /etc/named.conf Logging section looks like this:
logging {
channel default_log {
file "/var/log/named/named.log" versions 5 size 128M;
print-time yes;
print-severity yes;
print-category yes;
severity warning;
};
category default { default_log; };
category general { default_log; };
};
Can anyone here tell me which version appears to be the correct one?
Thank you for any feedback!
I recently purchase two brand new identical servers - same hardware, same versions of all software (same OS, cPanel, WHM, CSF, PHP, Apache, etc...) but the Logging section of /etc/named.conf is different from one to the other.
I'm hoping that someone here can tell me which version of the named.conf Logging section appears to be the correct one.
On SERVER 1 the /etc/named.conf Logging section looks like this:
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
One SERVER 2 the /etc/named.conf Logging section looks like this:
logging {
channel default_log {
file "/var/log/named/named.log" versions 5 size 128M;
print-time yes;
print-severity yes;
print-category yes;
severity warning;
};
category default { default_log; };
category general { default_log; };
};
Can anyone here tell me which version appears to be the correct one?
Thank you for any feedback!