Sending EFT Logs to the Windows Application Event Log


THE INFORMATION IN THIS ARTICLE APPLIES TO:

  • EFT Server version 5.2.6 and later

DISCUSSION

This advanced property sends the EFT logs to the Windows Application Event Log.

(As of v5.2.11, this key applies to both the .ex and the .cl logs.)

To activate this feature, add the advanced property as shown below.

LogToWindowsEventViewer

1 to enable, 0 or does not exist (default) to disable.

In v8.0 and later, add the name:value pair to the advancedproperties.json file as described in the "Advanced Properties" topic in the online help for your version of EFT.

{
"LogToWindowsEventViewer":"true"
}

In versions prior to v8.0, add the DWORD LogToWindowsEventViewer=1 to:

On 32-bit systems:

[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\CuteLogger]

On 64-bit systems:

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\GlobalSCAPE Inc.\CuteLogger]