Since 6e640ae, any parameter provided in .extra.paas.php-fpm-config in the composer.json file will be passed to the web pool in the config and not treated as a global settings anymore.
This prevents the log_level settings from working correctly.
2025-09-19 17:23:24.840275993 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: [/app/vendor/php/etc/fpm.d/extra.conf:2] unknown entry 'log_level'
2025-09-19 17:23:24.840287662 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: Unable to include /app/vendor/php/etc/fpm.d/extra.conf from /app/vendor/php/etc/php-fpm.conf at line 2
2025-09-19 17:23:24.840288849 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: failed to load configuration file '/app/vendor/php/etc/php-fpm.conf'
2025-09-19 17:23:24.840289194 +0200 CEST[web-1] [19-Sep-2025 15:23:24] ERROR: FPM initialization failed
2025-09-19 17:23:24.845540794 +0200 CEST[web-1] Boot failed: php-fpm
We should investigate whatever this change should be reverted or adjusted.
Since 6e640ae, any parameter provided in
.extra.paas.php-fpm-configin thecomposer.jsonfile will be passed to thewebpool in the config and not treated as a global settings anymore.This prevents the
log_levelsettings from working correctly.We should investigate whatever this change should be reverted or adjusted.