Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4165cc3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Sep 10, 2022
1 parent b148858 commit 37db186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions basics/customization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,6 @@ <h2 id="customizing-your-bot">Customizing Your Bot</h2>
# true: enable logging to console
# false: disable logging

log_json: false
# true: logs will be in JSON format
# false: logs will be in plain text

metrics: true
# true: enable metrics collection through prometheus
# false: disable metrics collection through prometheus
Expand All @@ -372,7 +368,6 @@ <h2 id="customizing-your-bot">Customizing Your Bot</h2>
<li><strong>cli</strong> (optional <em>boolean</em>) - if this flag is set to true, the bot can be interacted in command line / terminal (useful for testing rules).</li>
<li><strong>scheduler</strong> (optional <em>boolean</em>) - if this flag is set to true, the bot will enable scheduled messages to be sent to specific channels/users.</li>
<li><strong>debug</strong> (optional <em>boolean</em>) - if this flag is set to true, the bot to log with more verbosity.</li>
<li><strong>log_json</strong> (optional <em>boolean</em>) - if this flag is set to true, the bot will log in JSON format.</li>
<li><strong>metrics</strong> (optional <em>string</em>) - if this flag is set to true, the bot will expose metrics on rule executions on a local prometheus server endpoint.</li>
<li><strong>custom_help_text</strong> (optional <em>string</em>) - this is a global help text. Caution, if this field is set it will override all <code>help_text</code> fields set in your rules.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion search_index.en.js

Large diffs are not rendered by default.

0 comments on commit 37db186

Please sign in to comment.