Application Workspace Server Logging

Log file location

Application Workspace Server logs are located at C:\ProgramData\Liquit Workspace\Server\Logs.

Enabling debug logging

In case of troubleshooting, you need to enable the debug logging feature by modifying the Server.json configuration file.
This config file is located in the C:\Program Files (x86)\Liquit Workspace\Server folder.
Within the Server.json configuration file, change the level key of the log object from "Info" to “Debug”:

"log":{
    "level": "Debug"   
}

Restart the Application Workspace service to activate the debug logging.
After restart, check the Server.log file to verify if the log level is set to debug.