workbench, tests
This commit is contained in:
parent
d83a324eb0
commit
367858c97c
27 changed files with 568 additions and 410 deletions
15
workbench/config/dto.php
Normal file
15
workbench/config/dto.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
use Psr\Log\LogLevel;
|
||||
|
||||
return [
|
||||
'logging' => [
|
||||
'channel' => 'dto',
|
||||
'context' => [
|
||||
'rules' => LogLevel::NOTICE,
|
||||
'input' => LogLevel::INFO,
|
||||
'casts' => LogLevel::INFO,
|
||||
'internals' => LogLevel::DEBUG,
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue