setLogLevelClient

Sets logging level of a client. The log level determines the level of detail and the quantity of log statements. Properly tuned logging can help diagnose unexpected behaviors.

Note: Excessively detailed logging can contribute to message latency and consume storage resources.

Arguments

Argument Description Is required?
Client ID

Client ID of the client process.

The FTL server assigns each client process a unique client ID.

Yes
Log Level

Specify the log level for a client.

Following values are allowed for the log level:

  • off
  • severe
  • warn
  • info
  • verbose
  • debug
Note: The output from debug and verbose can result in very large log files. This level of detail is generally not useful unless TIBCO staff specifically requests it.

Yes

Returns

None