From d6b5c6066096bdfe43b27111455b9608d877ab7b Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 15 Dec 2025 17:38:02 +0100 Subject: [PATCH] Increase PHP-FPM log limit --- src/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php-fpm.conf b/src/php-fpm.conf index 84388d4a..f6b280bf 100644 --- a/src/php-fpm.conf +++ b/src/php-fpm.conf @@ -7,7 +7,7 @@ pid = /tmp/.bref/php-fpm.pid ;log_level = 'warning' ; New PHP 7.3 option that includes the maximum length when writing to stderr -log_limit = 8192 +log_limit = 256000 [default] pm = static