From 9e0214299a5b4e58344dee2cc6bb8c76d22450f0 Mon Sep 17 00:00:00 2001 From: Wiktor Bystrek Date: Thu, 24 Apr 2025 11:53:10 +0200 Subject: [PATCH] Bump log limit --- sapi/fpm/fpm/fpm_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/fpm/fpm/fpm_log.c b/sapi/fpm/fpm/fpm_log.c index 6619b7c26f064..404c78742e3ee 100644 --- a/sapi/fpm/fpm/fpm_log.c +++ b/sapi/fpm/fpm/fpm_log.c @@ -19,7 +19,7 @@ #include "fastcgi.h" #include "zlog.h" -#define FPM_LOG_BUFFER 1024 +#define FPM_LOG_BUFFER 2048 static char *fpm_log_format = NULL; static int fpm_log_fd = -1;