Skip to content

Commit 72f9742

Browse files
authored
Merge pull request #954 from cakephp/log-scopes
Update log scope
2 parents 2a29db6 + e1f3be0 commit 72f9742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
'path' => LOGS,
362362
'file' => 'queries',
363363
'url' => env('LOG_QUERIES_URL', null),
364-
'scopes' => ['queriesLog'],
364+
'scopes' => ['cake.database.queries'],
365365
],
366366
],
367367

0 commit comments

Comments
 (0)