Skip to content

Commit

Permalink
docs(config) add new access/error logs properties
Browse files Browse the repository at this point in the history
Introduced in Kong/kong#2552
  • Loading branch information
thibaultcha committed May 25, 2017
1 parent a3e6c8d commit 1f18e33
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions app/docs/0.10.x/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,44 @@ Default: `notice`

---

##### **proxy_access_log**

Path for proxy port request access logs. Set this value to `off` to disable
logging proxy requests. If this value is a relative path, it will be placed
under the `prefix` location.

Default: `logs/access.log`

---

##### **proxy_error_log**

Path for proxy port request error logs. Granularity of these logs is adjusted
by the `log_level` directive.

Default: `logs/error.log`

---

##### **admin_access_log**

Path for Admin API request access logs. Set this value to `off` to disable
logging Admin API requests. If this value is a relative path, it will be placed
under the `prefix` location.

Default: `logs/admin_access.log`

---

##### **admin_error_log**

Path for Admin API request error logs. Granularity of these logs is adjusted by
the `log_level` directive.

Default: `logs/error.log`

---

##### **custom_plugins**

Comma-separated list of additional plugins this node should load. Use this
Expand Down

0 comments on commit 1f18e33

Please sign in to comment.