-
Notifications
You must be signed in to change notification settings - Fork 18
Enhance logging for SFTP error handling #515
Copy link
Copy link
Open
Labels
difficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.enhancementImprovement to an existing featureImprovement to an existing featuregood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
difficulty: easyRequires ability to implement a single module or few small modules, and make unit tests for it.Requires ability to implement a single module or few small modules, and make unit tests for it.enhancementImprovement to an existing featureImprovement to an existing featuregood first issueGood for newcomersGood for newcomers
Currently, when an SftpDownload operation fails, the log only shows a brief message: "SFTP failed." This makes troubleshooting difficult because you have to check the configuration to figure out the username, destination host, and authentication method used. To improve this, we'd like to make the log more detailed.
Although not individually confirmed, it's possible that similar issues exist in other related SFTP processes, such as SftpUpload.