[CONFIG][DEV][DOCTRINE] Add doctrine stacktrace tracking in dev mode

このコミットが含まれているのは:
Hugo Sales 2020-09-06 21:42:09 +00:00 committed by Hugo Sales
コミット a9b6bc78a6
署名者: someonewithpc
GPGキーID: 7D0C7EAFC9D835A0
2個のファイルの変更4行の追加0行の削除

3
config/packages/dev/doctrine.yaml ノーマルファイル
ファイルの表示

@ -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