#feature: some update

This commit is contained in:
2026-08-12 18:00:09 +08:00
parent ba916f5ce1
commit 103340536b
39 changed files with 2916 additions and 227 deletions
+8
View File
@@ -135,6 +135,14 @@ return [
'replace_placeholders' => true,
],
'erp-request-report' => [
'driver' => 'daily',
'path' => storage_path('logs/scheduled-tasks/erp-request-report.log'),
'level' => env('LOG_LEVEL', 'debug'),
'days' => 7,
'replace_placeholders' => true,
],
'git-monitor' => [
'driver' => 'daily',
'path' => storage_path('logs/scheduled-tasks/git-monitor.log'),