Gallardot commented on code in PR #268:
URL: https://github.com/apache/apisix-helm-chart/pull/268#discussion_r865513520


##########
charts/apisix/values.yaml:
##########
@@ -312,6 +312,21 @@ logs:
   errorLog: "/dev/stderr"
   errorLogLevel: "warn"
 
+# access and error log configuration
+nginx:
+  core:
+    worker_rlimit_nofile: 20480
+    events:
+      worker_connections: 10620
+  logs:
+    enableAccessLog: true

Review Comment:
   How does those `logs` configuration item work in the current version? Maybe 
need some compatibility code?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to