Logging

For all components, the logfile property is optional, and if it is omitted, logs of the component are merged with the logs of ActiveSpaces Core Server. When the logs are merged with the logs of ActiveSpaces Core Server, the name of the component is added as a prefix to the log. Non-log output that a component sends to stderr or stdout always appears in the ActiveSpaces Core Server logs.

You can define the logging parameters that are common to all the grid components in the globals section. For example, to set a maximum log file size for all grid components hosted by the ActiveSpaces Core Server (and all other TIBCO FTL components hosted by it), specify the log level only one time.

Copy

Sample log file size specification

globals:
  core.servers:
    SRV1: localhost:8080
    SRV2: localhost:8081
    SRV3: localhost:8082
  max.log.size: 10485760

If a property is defined in both the globals section and the section for a particular component, the definition from the component section takes precedence.