liuzejian hai 1 ano
pai
achega
c264326af7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      config/logging.php

+ 4 - 1
config/logging.php

@@ -140,6 +140,9 @@ return [
         /**
          * 自定义日志写入等级
          */
-        'level' => [],
+        'level' => [
+            'JuliangAccountReportRanse' => env('LOGGING_JuliangAccountReportRanse', 'info'),
+            'reportCharge' => env('LOGGING_reportCharge', 'info'),
+        ],
     ]
  ];