Skip to content

Commit d6b5c60

Browse files
committed
Increase PHP-FPM log limit
1 parent 9a1aec9 commit d6b5c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pid = /tmp/.bref/php-fpm.pid
77
;log_level = 'warning'
88

99
; New PHP 7.3 option that includes the maximum length when writing to stderr
10-
log_limit = 8192
10+
log_limit = 256000
1111

1212
[default]
1313
pm = static

0 commit comments

Comments
 (0)