Skip to content

Commit 3ac7e5c

Browse files
Document LOG_REQUESTS in the README
1 parent 92f4ff6 commit 3ac7e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ environment variables that you can set.
9292
| `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
9393
| `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
9494
| `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 |
9596
| `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
9697

9798
To prevent naming clashes with your application's own environment variables,

0 commit comments

Comments
 (0)