Hi all, I need some help on understanding the file logger behaviors.
Considering horizontal scaling is enabled and there are 3 session-adapters running within a same process, may I know:
- Is the same logger instance shared among the 3 session-adapters instance?
- Is it possible to have different log file for each session-adapter instance? e.g. \Logger\AppLogger\fileLoggerFilename = "./rfa_{InstanceId}.log"
- Does RFA creates another thread within the Logger package to perform the file writing?