mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
parent
2915445503
commit
21716a766e
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user