Skip to content

Anyware Client Logging

The Software Client for Linux writes log files that document its processes and interactions with other services such as brokers and agents. These files are invaluable in diagnosing problems. This page describes how logs are handled and where they can be found.

Log Location

Client logs are placed in /tmp/Teradici/<Username>/logs/ by default. Log locations can be overriden via launch configuration if required.

<Username> is the name of the user that launched the client.

Log Levels

Log verbosity is defined by a level, represented by an integer from 0 to 3:

Level Description
0 Critical messages only
1 Error messages and higher
2 Info messages and higher (default setting)
3 Debug messages and higher
4 Verbose messages and higher

The log level can be changed either from the pre-session interface, or programmatically from the Command Prompt.

Setting the Log Level in the Pre-session Interface

  1. Disconnect active PCoIP sessions and return to the pre-session interface.

  2. Click the gear icon to open the settings window.

    Settings icon

  3. Click Logs in the left pane.

  4. Under Log level, specify the desired log level.

    Set client log level

Setting the Log Level Programmatically

  1. Launch the Software Client for Linux from the Command Prompt.

  2. Include the log-level flag as a part of the command.

The following example launches the client in full-screen mode, sets the log level to 3, and points to a connection broker at broker.domain.com.

/usr/bin/pcoip_client --connection-broker  broker.domain.com --log-level 3 --full-screen

Tip: Reporting Issues to Support

When reporting an issue to support, set the log level to 3 (debug), reproduce the issue, and then create a support bundle. This ensures that the required details are captured, making diagnostics more effective.