From ce651f13927acc642d7e339bc8d362cd87242e9d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Nov 2015 11:20:29 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- salt/cloud | 3 +++ salt/minion | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/salt/cloud b/salt/cloud index 9f42d5a..5bd28df 100644 --- a/salt/cloud +++ b/salt/cloud @@ -28,6 +28,9 @@ # The level of messages to send to the console. # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'. # +# The following log levels are considered INSECURE and may log sensitive data: +# ['garbage', 'trace', 'debug'] +# # Default: 'info' # #log_level: info diff --git a/salt/minion b/salt/minion index 7352f8f..7ce6610 100644 --- a/salt/minion +++ b/salt/minion @@ -511,6 +511,10 @@ # The level of messages to send to the console. # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'. +# +# The following log levels are considered INSECURE and may log sensitive data: +# ['garbage', 'trace', 'debug'] +# # Default: 'warning' #log_level: warning -- 2.39.5