Skip to content

Commit

Permalink
set log level to debug (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Sep 5, 2024
1 parent 86b1fba commit ba37de5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/integration/api/nginx-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tls:
skip_verify: true
log:
# set log level (panic, fatal, error, info, debug, trace; default "info")
level: info
level: debug
# set log path. if empty, don't log to file.
path: /var/log/nginx-agent/
# data plane status message / 'heartbeat'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tls:
skip_verify: true
log:
# set log level (panic, fatal, error, info, debug, trace; default "info")
level: info
level: debug
# set log path. if empty, don't log to file.
path: /var/log/nginx-agent/
# data plane status message / 'heartbeat'
Expand Down Expand Up @@ -59,4 +59,4 @@ features:

# OSS NGINX default config path
# path to aux file dirs can also be added
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tls:
skip_verify: true
log:
# set log level (panic, fatal, error, info, debug, trace; default "info")
level: info
level: debug
# set log path. if empty, don't log to file.
path: /var/log/nginx-agent/
# data plane status message / 'heartbeat'
Expand Down Expand Up @@ -61,4 +61,4 @@ features:

# OSS NGINX default config path
# path to aux file dirs can also be added
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tls:
skip_verify: true
log:
# set log level (panic, fatal, error, info, debug, trace; default "info")
level: info
level: debug
# set log path. if empty, don't log to file.
path: /var/log/nginx-agent/
# data plane status message / 'heartbeat'
Expand Down Expand Up @@ -59,4 +59,4 @@ features:

# OSS NGINX default config path
# path to aux file dirs can also be added
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
config_dirs: "/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules:/etc/nms:/usr/local/nginx"
2 changes: 1 addition & 1 deletion test/integration/grpc/grpc_config_apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tls:
skip_verify: true
log:
level: info
level: debug
path: /var/log/nginx-agent/
nginx:
Expand Down

0 comments on commit ba37de5

Please sign in to comment.