Merge pull request 'Added log info for ftp root path' (#1086) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s
Reviewed-on: #1086
This commit was merged in pull request #1086.
This commit is contained in:
@@ -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