diff --git a/docs/docs/getting-started/latest/notifications/index.html b/docs/docs/getting-started/latest/notifications/index.html index 35dbda44..c218877b 100644 --- a/docs/docs/getting-started/latest/notifications/index.html +++ b/docs/docs/getting-started/latest/notifications/index.html @@ -673,7 +673,7 @@ spec: master: notifications: - - loggingLevel: info + - level: info verbose: true name: <name> slack: @@ -693,7 +693,7 @@ spec: spec: master: notifications: - - loggingLevel: info + - level: info verbose: true name: <name> teams: @@ -711,7 +711,7 @@ spec: spec: master: notifications: - - loggingLevel: info + - level: info verbose: true name: <name> mailgun: @@ -729,7 +729,7 @@ spec:
As you see there is two debugging options:
loggingLevel (warning/info) - Set level of messages to send.
level (warning/info) - Set level of messages to send.
verbose - Print stacktrace and additional error messages