On Thu, Jul 21, 2011 at 4:55 PM, misterbayne <[email protected]> wrote: > Ashwin - > Thanks a lot for the info. Using the jar that Claus suggested, I was able > to get the logging to work correctly. > > As for hiding usernames and passwords, I am still having an issue. I was > able to use jasypt successfully, as I encrypted my password in my properties > file and was still able to make the sftp connection. However, the password > is still displayed in plain text in my log file. I am using Spring to > inject my encrypted password into the RouteBuilder bean. I also tried using > the Camel property directly from my RouteBuilder class, {{password}}, but > still no luck. The password is still displayed in the log where ever the > endpoint is displayed. >
I think we have fixed a few omissions of the password obfuscation in the components. You may try the new Camel 2.7.3 and 2.8.0. The latter is currently in vote and expected to be released soon. There is a post on @dev mailing list where you can find more details about Camel 2.8 if you want to give it a try before its officially released. > Thanks! > > Jeff > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-Camel-with-log4j-xml-tp4617036p4619747.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
