diff --git a/guides/configuration.md b/guides/configuration.md index 1c000b3e..72adf35b 100644 --- a/guides/configuration.md +++ b/guides/configuration.md @@ -112,6 +112,7 @@ Environment variables to configure a production release. #### General settings: * `PUSH_LOGLEVEL` - `debug`/`info`/`warn`/`error` - Log level of the application. `info` is the default one +* `PUSH_LOGFORMAT` - `logfmt`/`json` - Log format of the application. Defaults to `logfmt` for the `dev` and `test` environments, and to `json` for the `prod` environment. * `PUSH_FCM_ENABLED` - `true`/`false` - Enable or disable `FCM` support. Enabled by default * `PUSH_APNS_ENABLED` - `true`/`false` - Enable or disable `APNS` support. Enabled by default * `TLS_SERVER_CERT_VALIDATION` - `true`/`false` - Enable or disable TLS