Skip to content

Commit 4379241

Browse files
committed
Fixing default values that are actually %kernel.debug% but can't be auto-generated correctly - see #1303
1 parent 958da81 commit 4379241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Configuration Reference
5555
MultipleActiveResultSets: ~
5656
driver: pdo_mysql
5757
platform_service: ~
58-
logging: true
59-
profiling: true
58+
logging: %kernel.debug%
59+
profiling: %kernel.debug%
6060
driver_class: ~
6161
wrapper_class: ~
6262
options:

0 commit comments

Comments
 (0)