Hello!
On Fri, Aug 12, 2016 at 9:44 AM, Yuri M. Goltsev wrote:
> My issue is:
> when 'lua_code_cache off;' in nginx config - then nothing is missed in log
> file (1000 requests - 1000 IPs in log file);
>
> when 'lua_code_cache on;' in nginx config - then a lot of data are missed in
> log file (1000 requests - 40 IPs in log file).
>
> Could you please point me to the right direction what could be wrong?
> Thanks!
>
Maybe you should log any errors returned by io.open(), fd:write(),
fd:flush(), and fd:close() (via ngx.log) and check the error messages
in your nginx error log.
Regards,
-agentzh