From e00b77fea59c51050aacbc051f3bcc7479c2fe50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Makie=C5=82a?= Date: Mon, 13 Jul 2020 17:42:26 +0200 Subject: [PATCH] Update config guide with logformat var --- guides/configuration.md | 1 + 1 file changed, 1 insertion(+) 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