How do I set the verbosity level for PCoIP Agent log entries?

Rate this Article
Average: 1 (1 vote)

For HP Anyware, Amazon Workspaces, and Horizon View 5.2+:

When changing the verbosity level for the PCoIP Agent, the logging level for all components are changed. 

 

Configuring the verbosity level in Windows

The log verbosity for PCoIP Windows log files entries can be set by modifying a registry key or setting a Group Policy Object (GPO) variable.

 

Set the verbosity level by Group Policy Object

Modifying PCoIP GPO Variables
Setting PCoIP Event Log Verbosity


Set the verbosity level by Registry

  1. Define the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Teradici\PCoIP\pcoip_admin_defaults
  2. Create the following DWORD: pcoip.event_filter_mode
  3. Set the value to one of the following:
    • 0 - (CRITICAL - Least Verbose) 
    • 1 - (ERROR)
    • 2 - (INFO)
    • 3 - (Debug - Most Verbose) 

The registry key may not show up. If this is the case you need to create the key and restart the session before the log files contain the additional verbosity information. Only use this key for debugging, after debugging the key can be deleted as the log files can grow to very large sizes.

Setting the verbosity level to 2 will record log entries with level 0, 1 or 2, but not those with level 3.

 

Configuring the verbosity level in Linux

  1. Use an editor such as vi or nano to edit /etc/pcoip-agent/pcoip-agent.conf
  2. Start a new line and put in the entry
    pcoip.event_filter_mode = X

    Where X is the value of one of the following:

    1. Set the value to one of the following:
      • 0 - (CRITICAL)
      • 1 - (ERROR)
      • 2 - (INFO)
      • 3 - (Debug)
  3. Save and close the file
     

See also: 

How do I find the PCoIP event log files?

How do I gather PCoIP client logs for the HP T410 (and change its logging verbosity)?

How do I identify if enhanced logging is enabled on PCoIP Zero Clients and PCoIP Remote Workstation cards?