Http-log plugin not logging every request

I am running into an issue where kong is not logging every request via the http-log plugin. When I tail the kong console log, I see thousands of requests per minute but when I tail the log of the config.http_endpoint service, I see less than 200 requests per minute. I don’t see any "failed request to " errors in the kong log.

I have recently started to encounter this issue this month when I upgraded kong to version 1. I have been using kong for years without incident.

Here is how I am configuring kong with the http-log plugin enabled.

Has anyone else here run into this issue?

I had a similar problem, and what problems haven’t been found yet

I ended up replacing Kong (how it was being used) with a 114 line proxy written in golang.