diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:11:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:12:02 +0200 |
commit | 52817fc97de3e5a5af4a43f2a2acfe05509f6258 (patch) | |
tree | 9734096ea77a727c1bfae069c06d32a0b513fd50 /data/templates | |
parent | 529cf467098d1a31e07b4053722e2f9779b16142 (diff) | |
download | vyos-1x-52817fc97de3e5a5af4a43f2a2acfe05509f6258.tar.gz vyos-1x-52817fc97de3e5a5af4a43f2a2acfe05509f6258.zip |
salt: T2384: always log to syslog
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/salt-minion/minion.tmpl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/data/templates/salt-minion/minion.tmpl b/data/templates/salt-minion/minion.tmpl index 5e50d588c..0b97c0524 100644 --- a/data/templates/salt-minion/minion.tmpl +++ b/data/templates/salt-minion/minion.tmpl @@ -21,11 +21,7 @@ hash_type: {{ hash_type }} # location. Remote logging works best when configured to use rsyslogd(8) (e.g.: # ``file:///dev/log``), with rsyslogd(8) configured for network logging. The URI # format is: <file|udp|tcp>://<host|socketpath>:<port-if-required>/<log-facility> -#log_file: /var/log/salt/minion -#log_file: file:///dev/log -#log_file: udp://loghost:10514 -# -log_file: {{ log_file }} +log_file: file:///dev/log # The level of messages to send to the console. # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'. |