solution: [optionally] provide request/response value with access log

This commit is contained in:
Igor Artamonov
2022-02-10 20:58:43 -05:00
parent 8b6fc0c5d6
commit 94289399d5
7 changed files with 46 additions and 10 deletions

View File

@@ -430,6 +430,12 @@ accessLog:
| `false`
| Enable/Disable Access logging
| `include-messages`
| `false`
| Include request params and response result/error (i.e., a JSON) in access log.
It's an expensive operation, use it for debugging only.
Note that for errors it provides only error message, not the error response itself.
| `filename`
| `access_log.jsonl`
| Path to the access log file