Skip to content

Commit 1799e3a

Browse files
pi1814ory-bot
authored andcommitted
fix: request log config key
GitOrigin-RevId: d81d89baac28e6ac486b3a0b1ca3683f537eb15e
1 parent eba4233 commit 1799e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oryx/configx/serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (p *Provider) Serve(prefix string, isDev bool, defaults Serve) *Serve {
6363
},
6464
TLS: p.TLS(prefix+"tls", defaults.TLS),
6565
RequestLog: ServeRequestLog{
66-
DisableHealth: p.BoolF(prefix+"requestlog.disable_health", defaults.RequestLog.DisableHealth),
66+
DisableHealth: p.BoolF(prefix+"request_log.disable_for_health", defaults.RequestLog.DisableHealth),
6767
},
6868
}
6969

0 commit comments

Comments
 (0)