Skip to content

Commit 5fae3b0

Browse files
committed
Merge branch 'v3' into container-metrics-receiver
2 parents 1344645 + 9b02bed commit 5fae3b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func registerFlags() {
215215
"info",
216216
"The desired verbosity level for logging messages from nginx-agent. "+
217217
"Available options, in order of severity from highest to lowest, are: "+
218-
"panic, fatal, error, info and debug.",
218+
"error, warn, info and debug.",
219219
)
220220
fs.String(
221221
LogPathKey,

test/config/agent/nginx-agent-otel-load.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
log:
8-
# set log level (panic, fatal, error, info, debug, trace; default "info")
8+
# set log level (error, warn, info, debug; default "info")
99
level: debug
1010
# set log path. if empty, don't log to file.
1111
path: /var/log/nginx-agent/

test/mock/collector/nginx-agent.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
log:
8-
# set log level (panic, fatal, error, info, debug, trace; default "info")
8+
# set log level (error, warn, info, debug; default "info")
99
level: debug
1010
# set log path. if empty, don't log to file.
1111
path: /var/log/nginx-agent/

0 commit comments

Comments
 (0)