We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LOG_REQUESTS
README
1 parent 92f4ff6 commit 3ac7e5cCopy full SHA for 3ac7e5c
README.md
@@ -92,6 +92,7 @@ environment variables that you can set.
92
| `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
93
| `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
94
| `FORWARD_HEADERS` | Whether to forward X-Forwarded-* headers from the client. | Disabled when running with TLS; enabled otherwise |
95
+| `LOG_REQUESTS` | Log all requests. Set to `0` or `false` to disable request logging | Enabled |
96
| `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
97
98
To prevent naming clashes with your application's own environment variables,
0 commit comments