mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #90 from aanriot/master
With use_extensive_logging, there is more logs
This commit is contained in:
commit
a72dd2e0dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{%- set user = salt['pillar.get']('bind:config:user', map.user) %}
|
||||
{%- set group = salt['pillar.get']('bind:config:group', map.group) %}
|
||||
{%- set mode = salt['pillar.get']('bind:config:log_mode', map.log_mode) %}
|
||||
{{ map.log_dir }}/query.log {
|
||||
{{ map.log_dir }}/*.log {
|
||||
rotate 7
|
||||
daily
|
||||
missingok
|
||||
|
|
Loading…
Add table
Reference in a new issue