create performance for supervisor

This commit is contained in:
2025-08-10 14:57:53 +03:30
parent e6f84b3b6f
commit 47b4f12dfd
17 changed files with 264 additions and 104 deletions

View File

@@ -150,6 +150,11 @@ return [
'path' => storage_path('logs/send_system_message_stats_report.log'),
'level' => 'debug',
],
],
'send_supervisor_check_stats_report' => [
'driver' => 'single',
'path' => storage_path('logs/send_supervisor_check_stats_report.log'),
'level' => 'debug',
],
],
];