File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ; On the CLI we want errors to be sent to stdout -> those will end up in CloudWatch
2- ; In FPM workers we don't want that, but that is overridden by Bref when it starts PHP-FPM
3- display_errors =1
1+ ; We want errors to be sent to stderr -> those will end up in CloudWatch
2+ display_errors =0
3+ log_errors =1
44
55; Since PHP 7.4 the default value is E_ALL
66; We override it to set the recommended configuration value for production.
Original file line number Diff line number Diff line change 1- ; On the CLI we want errors to be sent to stdout -> those will end up in CloudWatch
2- ; In FPM workers we don't want that, but that is overridden by Bref when it starts PHP-FPM
3- display_errors =1
1+ ; We want errors to be sent to stderr -> those will end up in CloudWatch
2+ display_errors =0
3+ log_errors =1
44
55; Since PHP 7.4 the default value is E_ALL
66; We override it to set the recommended configuration value for production.
You can’t perform that action at this time.
0 commit comments