rfa.log location

jsi-data
jsi-data Newcomer

Is there a way to configure this file to a different directory instead of the default starting directory?

Tagged:

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    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:

    image

Answers