Skip to content

Commit

Permalink
Fixed DB logging positioning
Browse files Browse the repository at this point in the history
EPO-8961
  • Loading branch information
ericdrosas87 committed Jan 12, 2024
1 parent 2d3ea7a commit 7f095a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
'modules' => [
'investigations' => Module::class,
],
'db' => [
'enableLogging' => true,
'enableProfiling' => true,
],
'components' => [
'db' => [
'enableLogging' => true,
'enableProfiling' => true,
],
'cache' => [
'class' => yii\caching\MemCache::class,
'useMemcached' => App::env('ENABLE_MEMCACHED') ?: false,
Expand Down

0 comments on commit 7f095a9

Please sign in to comment.