Skip to content

Commit

Permalink
document LOG_LEVEL env var (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored Dec 4, 2023
1 parent d6062cd commit e8b7f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/self-hosting-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Following are the variables that can be used to configure the availability of th
| SECRET_KEY_BASE | -- | An internal secret key used by [Phoenix Framework](https://www.phoenixframework.org/). Follow the [instructions](https://hexdocs.pm/phoenix/Mix.Tasks.Phx.Gen.Secret.html#content) or use `openssl rand -hex 64` to generate one. |
| DISABLE_REGISTRATION | true | Restricts registration of new users. Possible values are `true` (full restriction), `false` (no restriction), and `invite_only` (only the invited users can register). |
| LOG_FAILED_LOGIN_ATTEMPTS | false | Controls whether to log warnings about failed login attempts. |
| LOG_LEVEL | warn | Controls the logging level. Possible values are `error`, `warn`, `info`, and `debug`

#### Erlang platform ports

Expand Down

0 comments on commit e8b7f58

Please sign in to comment.