Hello! On Tue, Jun 14, 2016 at 10:44:32AM -0400, philipp wrote:
[...] > Sometimes we see erros like this: [...] > It looks like they are truncated. We miss a lot of important information > like client ip and so on. Is this a known limitation or bug in nginx? This is a known limitation. To allow error logging without any memory allocations, a 2048-bytes buffer is used. This limits maximum length of error log lines accordingly. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
