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

Skip to content

Commit e34ffb6

Browse files
committed
Fixed the default value of php_errors.log option
1 parent 4509b50 commit e34ffb6

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)