After applying the file-log plugin to an API and sending a request, the file defined by config.path is not created. There are no errors in the Kong logs
{
"created_at": 1584530151,
"config": {
"path": "/tmp/konghttp.log",
"reopen": true
},
"id": "58ec6abf-49d9-49f4-901a-f6e74c728700",
"service": null,
"name": "file-log",
"protocols": [
"grpc",
"grpcs",
"http",
"https"
],
"enabled": true,
"run_on": "first",
"consumer": null,
"route": {
"id": "5dbafa8c-01fe-42ae-9065-c1628f5c04bc"
},
"tags": null
}For example, the /tmp/konghttp.log file is not created when sending a request to the defined Route