From 6c6dd7ac21484d2f83f6884491c4e63d17dcfd61 Mon Sep 17 00:00:00 2001 From: Aphral Griffin Date: Wed, 4 Sep 2024 17:10:05 +0100 Subject: [PATCH] temp set default to debug --- nginx-agent.conf | 2 +- test/integration/grpc/grpc_config_apply_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-agent.conf b/nginx-agent.conf index 129d126a77..792665e3c8 100644 --- a/nginx-agent.conf +++ b/nginx-agent.conf @@ -9,7 +9,7 @@ log: # set log level (panic, fatal, error, info, debug, trace; default "info") - level: debug + level: info # set log path. if empty, don't log to file. path: /var/log/nginx-agent/ # data plane status message / 'heartbeat' diff --git a/test/integration/grpc/grpc_config_apply_test.go b/test/integration/grpc/grpc_config_apply_test.go index 302949ac39..594022a62c 100644 --- a/test/integration/grpc/grpc_config_apply_test.go +++ b/test/integration/grpc/grpc_config_apply_test.go @@ -42,7 +42,7 @@ tls: skip_verify: true log: - level: info + level: debug path: /var/log/nginx-agent/ nginx: