Skip to content

Set php-fpm log_level default to fix 'unknown value'#1615

Merged
swalkinshaw merged 1 commit intoroots:masterfrom
dalepgrant:fix/set-php-fpm-log-level
Oct 15, 2025
Merged

Set php-fpm log_level default to fix 'unknown value'#1615
swalkinshaw merged 1 commit intoroots:masterfrom
dalepgrant:fix/set-php-fpm-log-level

Conversation

@dalepgrant
Copy link
Contributor

Before

$ sudo php-fpm8.2 -tt
[sudo] password for admin: 
[15-Oct-2025 04:47:24] NOTICE: [global]
... other bits
[15-Oct-2025 04:47:24] NOTICE:  log_level = unknown value
... etc etc

After

$ sudo php-fpm8.2 -tt
[15-Oct-2025 04:50:46] NOTICE: [global]
... other bits
[15-Oct-2025 04:50:46] NOTICE:  log_level = NOTICE
... etc etc

@swalkinshaw swalkinshaw merged commit e22176f into roots:master Oct 15, 2025
2 checks passed
@dalepgrant dalepgrant deleted the fix/set-php-fpm-log-level branch October 16, 2025 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants