Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.8.1
-
None
Description
Current Behavior
The YADE Client creates two lines of output when logging any file names found.
Using this profile
/opt/sos-berlin.com/jade/client/bin/jade.sh \ -operation=getlist \ -source_protocol=sftp \ -source_user=test \ -source_host=xxx.xxx.xxx.xxx\ -source_dir=/home/test/ \ -source_ssh_auth_method=password \ -source_password=xxxxxxxxx\ -source_port=22 \ -target_protocol=local \ -target_dir=/home/test/xxx \ -verbose=0 \ -transactional=false \ -remove_files=false \ -verbose=6 \ -file_spec=^.*$
the following output is created
main DEBUG 11:36:01,924 (SOSVfsSFtpJCraft.java:710) ::getFileHandle SOSVfs_D_196: getFileHandle for /home/test/myfile.xt main DEBUG 11:36:01,926 (SOSVfsSFtpJCraft.java:710) ::getFileHandle SOSVfs_D_196: getFileHandle for /home/test/myfile.xt
Desired Behavior
Each log line should be appear only once