Closed inkblot closed 7 years ago
I completely agree that your implementation is much better. Thanks for putting in the time on the new PR.
These are the defines that I added to my server configuration to check my work:
bind::logging::channel { 'querylog':
destination => 'file',
file_name => 'query.log',
}
bind::logging::category { 'queries':
channels => 'querylog',
}
bind::logging::category { [
'lame-servers',
'edns-disabled',
]:
channels => 'null',
}
That looks great.
This change is included in version 7.2.0 of the module on the forge.
Adds
bind::logging::channel
andbind::logging::category
defines in order to support logging configuration.