修改患者首页

This commit is contained in:
2023-05-23 13:21:41 +08:00
parent 80ce000ef7
commit 5506bf2670
3 changed files with 16 additions and 14 deletions
+13 -13
View File
@@ -24,21 +24,21 @@ if ($appEnv == 'dev') {
],
];
}else{
// $formatter = [
// 'class' => Monolog\Formatter\JsonFormatter::class,
// 'constructor' => [],
// ];
$formatter = [
'class' => Monolog\Formatter\JsonFormatter::class,
'constructor' => [],
];
// 暂时修改为正式
$formatter = [
'class' => Monolog\Formatter\LineFormatter::class,
'constructor' => [
'format' => null,
'dateFormat' => 'Y-m-d H:i:s',
'allowInlineLineBreaks' => true,
'includeStacktraces' => true,
],
];
// $formatter = [
// 'class' => Monolog\Formatter\LineFormatter::class,
// 'constructor' => [
// 'format' => null,
// 'dateFormat' => 'Y-m-d H:i:s',
// 'allowInlineLineBreaks' => true,
// 'includeStacktraces' => true,
// ],
// ];
}
return [
'default' => [