New posts are disabled while we improve the user experience.

You can browse the site, or for urgent issues, raise a query at MyAccount.

question

Upvotes
Accepted
21 1 2 4

rfa.log location

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

treprfarfa-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
19.2k 86 39 63

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:


rfa.png (67.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 1 3 7

hi @nick.zincone.1 i tried the config parameters but the file does not roll over after the specified value.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.