From c45faf61a47caba84ed1afb669313ff86150caa7 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Sun, 29 Nov 2020 23:57:17 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c100d7724..659a6b8fe 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ relevant to Hubot. It has some additional configs, [documented here][rcsdk-env]. | `HUBOT_ADAPTER` | Set to `rocketchat` (or pass as launch argument) | | `HUBOT_NAME` | The programmatic name for listeners | | `HUBOT_ALIAS` | An alternate name for the bot to respond to | -| `HUBOT_LOG_LEVEL` | The minimum level of logs to output | +| `HUBOT_LOG_LEVEL` | The minimum level of logs to output (error) | | `HUBOT_HTTPD` | If the bot needs to listen to or make HTTP requests | | **Rocket.Chat SDK** | A subset of relevant [SDK env vars][rcsdk-env] | | `ROCKETCHAT_URL`* | Local Rocketchat address (start before the bot) |