mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 03:10:14 +02:00
FileLogger: Add option to log errors only (#351)
This commit is contained in:
@@ -20,6 +20,7 @@ $dibi = new Dibi\Connection([
|
||||
// enable query logging to this file
|
||||
'profiler' => [
|
||||
'file' => 'log/log.sql',
|
||||
'errorsOnly' => false,
|
||||
],
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user