Browse Source

Revert change to query logging

Mark Story 4 years ago
parent
commit
9fc048437e
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tests/bootstrap.php

+ 5 - 5
tests/bootstrap.php

@@ -111,11 +111,11 @@ Configure::write('Session', [
 Configure::write('Debugger.exportFormatter', TextFormatter::class);
 
 Log::setConfig([
-    'queries' => [
-        'className' => 'Console',
-        'stream' => 'php://stderr',
-        'scopes' => ['queriesLog'],
-    ],
+    // 'queries' => [
+    //     'className' => 'Console',
+    //     'stream' => 'php://stderr',
+    //     'scopes' => ['queriesLog'],
+    // ],
     'debug' => [
         'engine' => 'Cake\Log\Engine\FileLog',
         'levels' => ['notice', 'info', 'debug'],