Skip to content

Commit

Permalink
Enabled DB profiling in dev mode
Browse files Browse the repository at this point in the history
EPO-8961 Enabled DB profiling in dev mode
  • Loading branch information
ericdrosas87 committed Jan 12, 2024
1 parent 75544ea commit 2d3ea7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
'modules' => [
'investigations' => Module::class,
],
'db' => [
'enableLogging' => true,
'enableProfiling' => true,
],
'components' => [
'cache' => [
'class' => yii\caching\MemCache::class,
Expand Down

0 comments on commit 2d3ea7a

Please sign in to comment.