feat(logging): migrate remaining files to app channel — all Log:: calls now use domain channels
This commit is contained in:
@@ -79,7 +79,7 @@ class ImportUsers implements ShouldQueue
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
Log::error('Error fetching posts: ' . $e->getMessage());
|
||||
Log::channel('app')->error('Error fetching posts: ' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user