File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ type AccessLog struct {
1919type httpConfig struct {
2020 DNSResolver * dataplane.DNSResolverConfig
2121 AccessLog * AccessLog
22- DefaultAccessLogPath string
23- DefaultLogFormatName string
2422 Includes []shared.Include
2523 NginxReadinessProbePort int32
2624 IPFamily shared.IPFamily
Original file line number Diff line number Diff line change @@ -1211,7 +1211,7 @@ func convertAddresses(addresses []ngfAPIv1alpha2.RewriteClientIPAddress) []strin
12111211}
12121212
12131213// buildLogging converts the API logging spec (currently singular LogFormat / AccessLog fields
1214- // in v1alpha2) into internal slice-based representation used by templates.
1214+ // in v1alpha2) into internal representation used by templates.
12151215func buildLogging (gateway * graph.Gateway ) Logging {
12161216 logSettings := Logging {ErrorLevel : defaultErrorLogLevel }
12171217
You can’t perform that action at this time.
0 commit comments