Skip to content

Commit

Permalink
Update UPGRADING with info about FPM logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Dec 3, 2018
1 parent 36534af commit 6493d54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADING
Expand Up @@ -260,6 +260,14 @@ phpdbg:
PHPDBG_FUNC have been removed.

FPM:
. A new global option log_limit has been added. It can be used for setting
log limit for logged line which allows to log messages longer than 1024
characters without wrapping. It also fixes various wrapping issues.
. A new global option log_buffering has been added. It allows an experimental
logging without extra buffering.
. A new pool option decorate_workers_output has been added. It allows
disabling output decoration for workers output when catch_workers_output
enabled.
. The getallheaders() function is now also available.

========================================
Expand Down

0 comments on commit 6493d54

Please sign in to comment.