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.
1 parent 796f0e7 commit 287f283Copy full SHA for 287f283
internal/config.go
@@ -102,7 +102,7 @@ func NewConfig() (*Config, error) {
102
HttpWriteTimeout: getEnvDuration("HTTP_WRITE_TIMEOUT", defaultHttpWriteTimeout),
103
104
LogLevel: logLevel,
105
- LogRequests: getEnvBool("LOG_REQUESTS", true),
+ LogRequests: getEnvBool("LOG_REQUESTS", defaultLogRequests),
106
}
107
108
config.ForwardHeaders = getEnvBool("FORWARD_HEADERS", !config.HasTLS())
0 commit comments