From 21716a766e352a95a6fc7bcac72af5876481a433 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 4 May 2022 10:26:49 +0930 Subject: [PATCH] typo in RAILS_LOG_LEVEL (#933) * Update config.md * Update config.md --- content/en/admin/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 5ad2d32d..7a61ef39 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -107,7 +107,7 @@ If set to true, Mastodon will answer requests for files in its `public` director #### `RAILS_LOG_LEVEL` -Determines the amount of logs generated by Mastodon. Defaults to `info`, which generates a log entry about every request served by Mastodon and every background job processed by Mastodon. This can be useful but can get quite noisy and strain the I/O of your machine if there is a lot of traffic/activity. In that case, `warning` is recommended, which will only output information about things that are going wrong, and otherwise stay quiet. Possible values are `debug`, `info`, `warning`, `error`, `fatal` and `unknown`. +Determines the amount of logs generated by Mastodon. Defaults to `info`, which generates a log entry about every request served by Mastodon and every background job processed by Mastodon. This can be useful but can get quite noisy and strain the I/O of your machine if there is a lot of traffic/activity. In that case, `warn` is recommended, which will only output information about things that are going wrong, and otherwise stay quiet. Possible values are `debug`, `info`, `warn`, `error`, `fatal` and `unknown`. #### `TRUSTED_PROXY_IP`