Skip to content

Debugging Log Files


Caution - only for debugging

Activate the log files only for debugging purposes, as the log files require a certain amount of disk space.


Activating Log Files

  1. Open the Windows Registry Editor.

  2. Find the following section:

    HKEY_LOCAL_MACHINE\SOFTWARE\SEAL Systems\SEALAPW
    
  3. Add the following key, if necessary:

    debugLogging
    
  4. Set the value of the debugLogging key to 1.

    The log files are stored in the Windows %TEMP% directory. They are named sealapw_<date>.log, e. g. sealapw_2023-08-17.log.


Deactivating Log Files

  1. Open the Windows Registry Editor.

  2. Find the following section:

    HKEY_LOCAL_MACHINE\SOFTWARE\SEAL Systems\SEALAPW
    
  3. Set the value of the debugLogging key to 0.


Back to top