We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973a39 commit 2d51ef6Copy full SHA for 2d51ef6
defaults/main/agent.yml
@@ -37,10 +37,10 @@ nginx_agent_configure: false
37
# ca: /path/to/ca
38
39
# Specify the log level and path.
40
-# Default is info for the log level and /var/log/nginx-agent.log for the log path.
+# Default is info for the log level and /var/log/nginx-agent/ for the log path.
41
nginx_agent_log:
42
level: info
43
- path: /var/log/nginx-agent.log
+ path: /var/log/nginx-agent/
44
45
# Specify NGINX specific options within NGINX Agent.
46
# Default is to not exclude any logs, to use the default socket path and to not treat warnings as errors.
0 commit comments