Hi, Camel version : 1.18
I'm using an enpoint like this one : - sftp://myserver/folder1/folder2?idempotent=true&stepwise=false&...&move=../archive With 1.18.2, I have logs like this : (I don't have these logs with 1.18.1) Looking for code of GenericFileProcessStrategySupport (1.18.2) : ==> looks good Looking for code of SftpOperations.deleteFile ==> the log is present in the catch(...) it has been added in 1.18.2 on 2017/01/17 see https://github.com/apache/camel/commit/dff9f28cd23773d68843354e9bdd0a63d373f8fd#diff-160fb29058daf7d0c2f52428b5186da6 is it possible todo something to avoid the log of this exception for this valid behavior ? Regard. guillaume -- View this message in context: http://camel.465427.n5.nabble.com/StfpOperations-1-18-2-a-log-is-very-annoying-tp5793923.html Sent from the Camel - Users mailing list archive at Nabble.com.
