Hi Team,
We are using RFA C++ version 8.2 to consume market data.
I want to understand if I need to append the AppLogs to the existing file rfa.log only rather than renaming the existing one to rfa.log.OLD. Is there any possible way to do that?
I understand there are options provided where I can create a uniquely named files in RFA_configGuide.pdf
My scenario is: our consumer application specific logs gets written in let's say rfa.<pid>.log for example rfa.123.log file via bash script, I want redirect the RFA AppLogs to same file rfa.123.log rather than creating separate file. I am using {p} option in fileLoggerFilename.
In current scenario which I tried; App logs are getting written in → rfa.123.log
And our consumer applications logs are getting written in → rfa.123.log.OLD
That's why I want to check if there is any append option which I can use.
Thank you in advance!