php-fpm decorate_workers_output = no removes timestamp
Abierto
@bukka ya está trabajando en esto.
Desde el 23/2/2023.
Feature
SAPI: fpm
- Lenguaje dominante
- C
- Estrellas
- 40.4k
- Forks
- 8.1k
- Merge medio
- 2 d 13 h
- PR fusionados (30 d)
- 96
Descripción
Description
The following code:
<?php
error_log('testing...');
- Note: all output is to the error_log file
Resulted in this output:
[22-Feb-2023 21:06:21] WARNING: [pool www] child 21211 said into stderr: "NOTICE: PHP message: testing..."
So in my www.conf file, I set this:
decorate_workers_output = no
Which resulted in this output:
NOTICE: PHP message: testing...
But I expected this output instead:
[22-Feb-2023 21:06:21] NOTICE: PHP message: testing...
Is there a way to keep the timestamp, but remove the rest of the worker decoration?
PHP Version
PHP 7.4.33
Operating System
Ubuntu 18.04.6
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.