Change loggingLevel to level in generated documentation

This commit is contained in:
Oleksandr Kovalchuk 2020-04-15 15:57:57 +03:00
parent 2ead133688
commit cbb329666a
No known key found for this signature in database
GPG Key ID: 8D9EF9A2F5AD3CF7
1 changed files with 7 additions and 7 deletions

View File

@ -673,7 +673,7 @@
spec: spec:
master: master:
notifications: notifications:
- loggingLevel: info - level: info
verbose: true verbose: true
name: <name> name: <name>
slack: slack:
@ -693,7 +693,7 @@ spec:
spec: spec:
master: master:
notifications: notifications:
- loggingLevel: info - level: info
verbose: true verbose: true
name: <name> name: <name>
teams: teams:
@ -711,7 +711,7 @@ spec:
spec: spec:
master: master:
notifications: notifications:
- loggingLevel: info - level: info
verbose: true verbose: true
name: <name> name: <name>
mailgun: mailgun:
@ -729,7 +729,7 @@ spec:
<p>As you see there is two debugging options:</p> <p>As you see there is two debugging options:</p>
<ul> <ul>
<li><p><code>loggingLevel</code> (warning/info) - Set level of messages to send.</p></li> <li><p><code>level</code> (warning/info) - Set level of messages to send.</p></li>
<li><p><code>verbose</code> - Print stacktrace and additional error messages</p></li> <li><p><code>verbose</code> - Print stacktrace and additional error messages</p></li>
</ul> </ul>
@ -743,7 +743,7 @@ For example you will send notifications to Slack and Teams.</p>
spec: spec:
master: master:
notifications: notifications:
- loggingLevel: info - level: info
verbose: true verbose: true
name: nslack name: nslack
slack: slack:
@ -751,7 +751,7 @@ spec:
secret: secret:
name: &lt;secret_name&gt; name: &lt;secret_name&gt;
key: &lt;key&gt; key: &lt;key&gt;
- loggingLevel: info - level: info
verbose: true verbose: true
name: nteams name: nteams
teams: teams: