Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

BlLogger


The BlLogger name space provides commands for managing the amount of logging that the Application Server generates. Different elements in the Application Server generate logs to help users understand what is happening on the Application Server.

To avoid getting too much or too little information, log messages are categorized into the following levels, known as log levels:

  • error
  • warn
  • info
  • debug

The log levels are used as filters. The error level is the most restrictive filter, while debug is the least restrictive. Setting the log level to "error" filters all messages except log messages that are set to a log level of "error." Setting the log level to "warn" filters all messages except messages set to the levels "error" or "warn." Setting the log level to "debug" shows all log messages. Be aware that the debug level produces significantly more messages.

This name space contains the following commands:

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.5