Liquit Workspace Agent Logging

Log file locations

Agent logs are located at %ALLUSERSPROFILE%\Liquit Workspace\Agent\Logs.

UserHost logs are located at %LOCALAPPDATA%\Liquit\.

Debug logging

To better assist you, we ask that you enable debug logging by modifying the Agent.xml configuration.
This config file is located at C:\Program Files (x86)\Liquit Workspace\Agent.

Within the agent.xml, modify the Log level entries to “Debug”, these are by default set to “Info”.
 When there are no level entries within the Agent.xml, replace the following section:

<Log Id="agent" />
<Log Id="userhost" />

With the text below to enable debug logging:

<Log Id="agent">
            <Level>Debug</Level>
</Log>
<Log Id="userhost">
            <Level>Debug</Level>
</Log>

A restart of the device is required to activate debug logging.