Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac4645b

Browse files
committed
minor #10056 Fixed the default value of php_errors.log option (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed the default value of php_errors.log option See: https://github.com/symfony/symfony/blob/5e28ac31504e3a7cd2d16b0216182d767f37ad41/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L900-L907 Commits ------- e34ffb6 Fixed the default value of php_errors.log option
2 parents e07a221 + e34ffb6 commit ac4645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ log
18211821
.. versionadded:: 3.2
18221822
The ``log`` option was introduced in Symfony 3.2.
18231823

1824-
**type**: ``boolean`` **default**: ``false``
1824+
**type**: ``boolean`` **default**: ``%kernel.debug%``
18251825

18261826
Use the application logger instead of the PHP logger for logging PHP errors.
18271827

0 commit comments

Comments
 (0)