Logging

Prev Next

Log file locations

Agent

The location of the Application Workspace Agent log is:

Platform Path
Windows %ProgramData%\Liquit\Agent\Logs\Agent.log
macOS /Library/Logs/com.liquit.Agent/Agent.log

UserHost

The UserHost process is run per user to execute user actions initiated by the agent service. The location of the UserHost process log is:

Platform Path
Windows %localappdata%\Liquit\UserHost\Logs\UserHost.log
macOS /Users/xxx/Library/Logs/com.liquit.Agent/UserHost.log

Enabling debug logging

In case of troubleshooting, you need to enable the debug logging feature. This way, detailed information about all actions, including all web activity will be logged to the log file. To enable it, change the level key of the log object from "Info" to “Debug” in the Agent.json file as below:

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

Restart the device to activate the debug logging.
After restart, check the Agent.log and UserHost.log files to verify if the log level is set to debug.

The location of the file is:

Platform Path
Windows %ProgramData%\Liquit\Agent\Agent.json
macOS /Library/Application Support/com.liquit.Agent/Agent.json