Skip to content

Commit 15c02fe

Browse files
committed
fix: change log level
Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
1 parent 1620f0c commit 15c02fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/openshift/e2e/ginkgo/sequential/1-053_validate_argocd_agent_principal_connected_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ func buildArgoCDResource(argoCDName string, componentType argov1beta1api.AgentCo
769769
Principal: &argov1beta1api.PrincipalSpec{
770770
Enabled: ptr.To(true),
771771
Auth: "mtls:CN=([^,]+)",
772-
LogLevel: "info",
772+
LogLevel: "debug",
773773
Image: common.ArgoCDAgentPrincipalDefaultImageName,
774774
Namespace: &argov1beta1api.PrincipalNamespaceSpec{
775775
AllowedNamespaces: []string{
@@ -815,7 +815,7 @@ func buildArgoCDResource(argoCDName string, componentType argov1beta1api.AgentCo
815815
Agent: &argov1beta1api.AgentSpec{
816816
Enabled: ptr.To(true),
817817
Creds: "mtls:any",
818-
LogLevel: "info",
818+
LogLevel: "debug",
819819
Image: common.ArgoCDAgentAgentDefaultImageName,
820820
Client: &argov1beta1api.AgentClientSpec{
821821
PrincipalServerAddress: "", // will be set in the test

0 commit comments

Comments
 (0)