|
From: Ajit G. <aji...@gm...> - 2021-06-07 07:45:25
|
Hi Chris, I am logging my own logs as well as quickfix logs which are automatically generated. Since quickfix logs are logging passwords as well, I was wondering about an approach at application level to run a cron which can replace the password field with xxxx. But there were two points which I was not sure whether they would get impacted or not. Firstly, is there any locking mechanism on quickfix log or I can change it runtime? Secondly, if I change the log, does in the resend request, xxxx will be sent in serving recovery request? Regards Ajit Gautam On Sat, May 29, 2021 at 2:53 AM Christoph John <chr...@ma...> wrote: > You could implement your own quickfix.Log and obfuscate the unwanted tags > in the onIncoming/onOutgoing callbacks. > > Chris. > > > On 28.05.21 13:38, Ajit Gautam wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi, > > I have a Quickfix acceptor and a custom message for user logon and > response. > I am using Quickfix libraries and logging the messages. In the quickfix > message log, user name and password are getting logged. But, I don't want > to log the password field > Is there a way or work around that avoids logging only the password field > on a user logon request message? > > > > Regards > Ajit Gautam > > > _______________________________________________ > Quickfixj-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > -- > Christoph John > Software Engineering > T +49 241 557...@ma... > > MACD GmbH > Oppenhoffallee 103 > 52066 Aachen, Germanywww.macd.com > > Amtsgericht Aachen: HRB 8151 > Ust.-Id: DE 813021663 > Geschäftsführer: George Macdonald > > |