Added log info for ftp root path #1086
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user