Skip to content

Commit faef15a

Browse files
committed
With use_extensive_logging, there is more logs
1 parent ec4f837 commit faef15a

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)