From 9bec6e73fc9308a779af45b01eda98a6268b00f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ald=C3=AD?= <80060687+aldilop@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:44:15 -0300 Subject: [PATCH] Increases log_limit to 256k --- layers/fpm/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/fpm/php-fpm.conf b/layers/fpm/php-fpm.conf index 84388d4a..f6b280bf 100644 --- a/layers/fpm/php-fpm.conf +++ b/layers/fpm/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