Host Configuration Reference

You can view a host's logging configuration and security configuration from the Administrator UI.

Select Infrastructure > Hosts to view the list of available hosts. Select a host and navigate to the Configuration tab to access the Logging Configurations and Security settings .

Logging Configurations

Logging Configuration: Basic and Advanced Mode
Property Required? Editable? Accepts SVars? Description
Logger Name Y Y N The name of the logging configuration. The logging configuration name must be the name of a logger in the source code or the name of the package in which the source code is contained.
Log Level

(FileAppender, JmsAppender)

Y Y N All events of a level equal to or lower than the specified level are logged. For the Info level, Info, Warn, Error and Fatal events are logged. One of:
  • TRACE All events.
  • DEBUG Fine-grained informational events used for debugging an application.
  • INFO Coarse-grained informational messages that highlight the progress of the application.
  • WARN Potentially harmful events.
  • ERROR Errors that allow the application to continue running.
  • FATAL Errors that cause the application to fail.
  • OFF Blocks passing messages to a parent
Additivity Y Y N One of:
  • true Log messages are passed to the parent logging configuration.
  • false Log messages are not passed to the parent logging configuration.
Appender Y Y N The destination to which log events are appended.

Security

Check the Enable Secure Management Communication checkbox to secure the communication between the host and the Administrator server using certificates obtained from the TIBCO Credential Server.