From c425779ab599e9ba8be1f1fca4d7d2a8f035e3f5 Mon Sep 17 00:00:00 2001 From: ionutb Date: Thu, 3 Oct 2024 11:48:43 +0300 Subject: [PATCH] removed central logging setting and logging format --- examples/alb/loadbalancer.yaml | 3 --- examples/nlb/networkloadbalancer.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples/alb/loadbalancer.yaml b/examples/alb/loadbalancer.yaml index 6e19517..067428e 100644 --- a/examples/alb/loadbalancer.yaml +++ b/examples/alb/loadbalancer.yaml @@ -8,7 +8,6 @@ metadata: name: example spec: forProvider: -# centralLogging: true datacenterIdSelector: matchLabels: testing.upbound.io/example-name: example @@ -19,8 +18,6 @@ spec: listenerLanSelector: matchLabels: testing.upbound.io/example-name: example_1 - loggingFormat: '%{+Q}o %{-Q}ci - - [%trg] %r %ST %B "" "" %cp %ms %ft %b %s %TR - %Tw %Tc %Tr %Ta %tsc %ac %fc %bc %sc %rc %sq %bq %CC %CS %hrl %hsl' name: ALB Example targetLanSelector: matchLabels: diff --git a/examples/nlb/networkloadbalancer.yaml b/examples/nlb/networkloadbalancer.yaml index e4f10c0..0e474a3 100644 --- a/examples/nlb/networkloadbalancer.yaml +++ b/examples/nlb/networkloadbalancer.yaml @@ -8,7 +8,6 @@ metadata: name: example spec: forProvider: -# centralLogging: true datacenterIdSelector: matchLabels: testing.upbound.io/example-name: example @@ -19,8 +18,6 @@ spec: listenerLanSelector: matchLabels: testing.upbound.io/example-name: example1 - loggingFormat: '%{+Q}o %{-Q}ci - - [%trg] %r %ST %B "" "" %cp %ms %ft %b %s %TR - %Tw %Tc %Tr %Ta %tsc %ac %fc %bc %sc %rc %sq %bq %CC %CS %hrl %hsl' name: example targetLanSelector: matchLabels: