feat(logging): migrate remaining files to app channel — all Log:: calls now use domain channels
This commit is contained in:
@@ -32,7 +32,7 @@ class RunBackup implements ShouldQueue
|
||||
]);
|
||||
|
||||
// Логируем вывод
|
||||
Log::info('Backup command output: ' . Artisan::output());
|
||||
Log::error('Backup command exit code: ' . $exitCode);
|
||||
Log::channel('app')->info('Backup command output: ' . Artisan::output());
|
||||
Log::channel('app')->error('Backup command exit code: ' . $exitCode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user