From 87668f6e5878379c0b7343924b0fea9f15218a44 Mon Sep 17 00:00:00 2001 From: discollizard Date: Wed, 14 Jan 2026 23:53:20 -0300 Subject: [PATCH] reducing log level for proxy file buffering (issue #960) --- src/http/ngx_http_upstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 2e4b2b48f..b60d7bcf8 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -3484,7 +3484,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u) #endif } else { - p->temp_file->log_level = NGX_LOG_WARN; + p->temp_file->log_level = NGX_LOG_INFO; p->temp_file->warn = "an upstream response is buffered " "to a temporary file"; }