You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/09 11:35:54 UTC

[GitHub] [apisix-dashboard] membphis commented on a change in pull request #994: feat: add access log for Manager API

membphis commented on a change in pull request #994:
URL: https://github.com/apache/apisix-dashboard/pull/994#discussion_r539232412



##########
File path: api/conf/conf.yaml
##########
@@ -32,6 +32,10 @@ conf:
       file_path:
         logs/error.log  # supports relative path, absolute path, standard output
                         # such as: logs/error.log, /tmp/logs/error.log, /dev/stdout, /dev/stderr
+    access_log:
+      file_path:
+        logs/access.log  # supports relative path, absolute path, standard output
+                         # such as: logs/access.log, /tmp/logs/access.log, /dev/stdout, /dev/stderr

Review comment:
       print one example, show the format




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org