php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76234 bad log filtering with 'log_level' in php-fpm.conf
Submitted: 2018-04-18 11:26 UTC Modified: 2018-11-18 22:41 UTC
From: aguytech at free dot fr Assigned: bukka (profile)
Status: No Feedback Package: FPM related
PHP Version: 7.0.29 OS: debian9 stretch
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2018-04-18 11:26 UTC] aguytech at free dot fr
Description:
------------
Debian9 stretch
PHP 7.0.27-0+deb9u1 (cli) (built: Jan  5 2018 13:51:52) ( NTS )
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
rsyslogd 8.24.0,

When I change the parameter 'log_level' in php-fpm  configuration file : 'php-fpm.conf' from notice to something else PHP no returns error in PHP-FPM logs.

apache error log ok
error in screen ok with 'display_errors = On' in 'php.ini'


Test script:
---------------
'php-fpm.conf':
log_level = warning # or error ...

'test.php':
<?php
toto( );



Expected result:
----------------
Apr 18 13:18:52 debian9-php php7.0-fpm[2171]: [WARNING] [pool fpm-www] child 2172 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function treu() in /var/www/localhost/public_html/test.php:10"
Apr 18 13:18:52 debian9-php php7.0-fpm[2171]: [WARNING] [pool fpm-www] child 2172 said into stderr: "Stack trace:"
Apr 18 13:18:52 debian9-php php7.0-fpm[2171]: [WARNING] [pool fpm-www] child 2172 said into stderr: "#0 {main}"
Apr 18 13:18:52 debian9-php php7.0-fpm[2171]: [WARNING] [pool fpm-www] child 2172 said into stderr: "  thrown in /var/www/localhost/public_html/test.php on line 10"


Actual result:
--------------
Nothing returned

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-28 17:54 UTC] bukka@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: bukka
 [2018-10-28 17:54 UTC] bukka@php.net
What's the full fpm configuration. To get those warnings, you also need 

catch_workers_output = on
 [2018-11-18 22:41 UTC] cmb@php.net
-Status: Feedback +Status: No Feedback
 [2018-11-18 22:41 UTC] cmb@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC