Add ability to enable / disable access log.

In high frequency environments it can be a little bit noisy.
This commit is contained in:
2023-10-09 08:41:05 +01:00
parent b89053c015
commit 743eed7f71
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ I wanted to monitor the queries and responses of our graphql endpoint, but we di
* `CACHE_TTL` - the cache TTL (default: `60s`)
* `LOG_LEVEL` - the log level (default: `info`)
* `BLOCK_SCHEMA_INTROSPECTION` - blocks the schema introspection (default: `false`)
* `ENABLE_ACCESS_LOG` - enable the access log (default: `false`)
### Caching