From: root Date: Thu, 19 Nov 2015 10:20:29 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=ce651f13927acc642d7e339bc8d362cd87242e9d;p=config%2Fweimar%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- 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