Is there a way to configure this file to a different directory instead of the default starting directory?
Hi @jsi-data,
Within your RFA configuration file, you can specify the application logging as:
############################################################################### RFA logging configuration## Default RFA logging services. Refer to RFA config doc for details.##############################################################################\Logger\AppLogger\fileLoggerEnabled = true\Logger\AppLogger\maxLogFileSize = 10000000\Logger\AppLogger\fileLoggerFilename = "c:\tmp\{A}-{P}.log.{T}"\Logger\AppLogger\useInternalLogStrings = true
The fileLoggerFilename is where you can decide where you want the log file to reside.
You can find more details within the RFA Configuration Guide:
hi @nick.zincone i tried the config parameters but the file does not roll over after the specified value.