forked from GNUsocial/gnu-social
[CONFIG][DEV][DOCTRINE] Add doctrine stacktrace tracking in dev mode
This commit is contained in:
parent
b906dde059
commit
a9b6bc78a6
3
config/packages/dev/doctrine.yaml
Normal file
3
config/packages/dev/doctrine.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
profiling_collect_backtrace: true
|
@ -3,6 +3,7 @@ doctrine:
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
charset: UTF8
|
||||
schema_filter: ~^(?!rememberme_token)~ # Ignore these in migrations
|
||||
profiling_collect_backtrace: true
|
||||
orm:
|
||||
auto_generate_proxy_classes: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
||||
|
Loading…
Reference in New Issue
Block a user