Hello everyone, can you please tell me exist possibility write log files each day if application work whole time. Expected result that's EMA create new log file each day without restrictrions for time application working.
Hi @mikhail.maryankou
Please refer to the EMA C++ Config Guide for details on the Logging related parameters - https://developers.refinitiv.com/content/dam/devportal/refinitivrealtimeapi_pdfs/ema_cpp_config_guide.pdf Where the key relevant paraemters are:
So, you could can NumberOfLogfiles>0 and MaxLogFileSize>0 so that it rolls over once the file size reaches a particular size and a new file is created.
The API does not allow rolling on a fixed daily basis.