Skip to content

Commit 6493d54

Browse files
committed
Update UPGRADING with info about FPM logging changes
1 parent 36534af commit 6493d54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADING

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,14 @@ phpdbg:
260260
PHPDBG_FUNC have been removed.
261261

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

265273
========================================

0 commit comments

Comments
 (0)