Skip to content

Commit ce4782b

Browse files
author
DKravtsov
committed
fixed doctrine dbal logging config.
1 parent 2717628 commit ce4782b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/packages/doctrine.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ doctrine:
3232
auto_mapping: false
3333

3434
when@prod: &not-dev
35-
dbal:
36-
logging: false
3735
doctrine:
36+
dbal:
37+
logging: false
3838
orm:
3939
auto_generate_proxy_classes: false
4040
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'

0 commit comments

Comments
 (0)