Log Files Path

SIGN_Installer logs

AppViewX SIGN creates log files on Linux, macOS, and Windows, organized by the current date. This allows users to track file-signing activities and review any related error traces.

Windows

The SIGN installer logs for Windows depends on the environment variable %temp%. The installer log file can be found at:
C:\Users\<user>\AppData\Local\Temp\AppViewX Sign+\Logs\SIGNInstaller_Logs.log
Alternatively, users can enter %temp% in File Explorer to quickly access the temporary folder and find the SIGNInstaller_Logs.log file.

Linux and MacOS

On Linux and macOS, the SIGN installer log files can be found at:
/tmp/AppViewX Sign+/Logs/SIGNInstaller_Logs.log

AppViewX CSP Logs

Windows

The SIGN CSP path of the log file in Windows depends on the %temp% environment variable.The installer log file can be found at:
C:\Users\<user>\AppData\Local\Temp\AppViewX Sign+\Logs\AppViewX_CSP_Logs_<Day>.log
Alternatively, users can type %temp% in File Explorer to quickly locate the AppViewX_CSP_Logs_<Day>.log file.
Example: C:\Users\<user>\AppData\Local\Temp\AppViewX Sign+\Logs\AppViewX_CSP_Logs_Monday.log
A separate log file is created for each day of the week, and the logs are overwritten in the following week.

AppViewX PKCS#11 Logs

Windows

The SIGN PKCS11 path of the log file in Windows depends on the %temp% environment variable. The installer log file can be found at:
C:\Users\<user>\AppData\Local\Temp\AppViewX Sign+\Logs\AvxPKCS11_<Day>.log
Alternatively, users can type %temp% in File Explorer to access the folder containing the AvxPKCS11_<Day>.log file.
Example: C:\Users\<user>\AppData\Local\Temp\AppViewX Sign+\Logs\AvxPKCS11_Monday.log
A separate log file is created for each day of the week, and the logs are overwritten in the following week.

Linux and MacOS

On Linux and macOS, the SIGN installer log files can be found at:
/tmp/AppViewX Sign+/Logs/AvxPKCS11_<Day>.log
Example: /tmp/AppViewX Sign+/Logs/AvxPKCS11_Monday.log
A separate log file is created for each day of the week, and the logs are overwritten in the following week.
Note: To maintain consistent user‑level isolation, the application writes logs to the user’s %APPDATA% path, regardless of whether the installation is performed in CurrentUser or LocalMachine mode.