Is there a way to configure this file to a different directory instead of the default starting directory?
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
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.1 i tried the config parameters but the file does not roll over after the specified value.