Skip to content

Commit a72dd2e

Browse files
Merge pull request #90 from aanriot/master
With use_extensive_logging, there is more logs
2 parents ec4f837 + faef15a commit a72dd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind/files/debian/logrotate_bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{%- set user = salt['pillar.get']('bind:config:user', map.user) %}
33
{%- set group = salt['pillar.get']('bind:config:group', map.group) %}
44
{%- set mode = salt['pillar.get']('bind:config:log_mode', map.log_mode) %}
5-
{{ map.log_dir }}/query.log {
5+
{{ map.log_dir }}/*.log {
66
rotate 7
77
daily
88
missingok

0 commit comments

Comments
 (0)