Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 4344d67

Browse files
committed
feature #988 Log all PHP errors with the default logger (lyrixx)
This PR was merged into the 3.2-dev branch. Discussion ---------- Log all PHP errors with the default logger related to symfony/symfony#19568 Commits ------- ba48afe Log all PHP errors with the default logger
2 parents b3ba102 + ba48afe commit 4344d67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/config/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ framework:
3131
fragments: ~
3232
http_method_override: true
3333
assets: ~
34+
php_errors:
35+
log: true
36+
3437

3538
# Twig Configuration
3639
twig:

0 commit comments

Comments
 (0)