Added log info for ftp root path #1086

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-23 10:12:07 +00:00

View File

@@ -29,6 +29,13 @@ class ProcessSftpFiles extends Command
public function handle()
{
Log::info('FTP disk config check', [
'root' => config('filesystems.disks.ftp.root'),
'host' => config('filesystems.disks.ftp.host'),
'username' => config('filesystems.disks.ftp.username'),
'port' => config('filesystems.disks.ftp.port'),
]);
try{
$files = Storage::disk('ftp')->allFiles();