Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Aug 8, 2023
1 parent 4091a3b commit 3558e43
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/autoload/logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
'allowInlineLineBreaks' => true,
],
],
'processor' => [
'class' => Mine\Log\Processor\UuidRequestIdProcessor::class,
],
// 暂时先注释了,mine-core 还未发新版支持这个
// 'processor' => [
// 'class' => Mine\Log\Processor\UuidRequestIdProcessor::class,
// ],
],
'sql' => [
'handler' => [
Expand All @@ -46,8 +47,8 @@
'allowInlineLineBreaks' => true,
],
],
'processor' => [
'class' => Mine\Log\Processor\UuidRequestIdProcessor::class,
],
// 'processor' => [
// 'class' => Mine\Log\Processor\UuidRequestIdProcessor::class,
// ],
],
];

0 comments on commit 3558e43

Please sign in to comment.