Application Configuration Reference

Wires

To wire a reference to a service

  1. Click a reference.

    Dots are now visible on the services and references.

  2. Click the dot on the reference and continue to press and hold the left mouse button.
  3. Move the mouse to a service
  4. Release the mouse button.

The reference is now wired to the service.

Field Description
Add Binding Click this button to add a binding for a reference. Configure properties according to Manual Binding Reference.
Edit Binding Click this button to edit properties for a binding.
Delete Binding Click this button to delete the binding added to a reference.
Switch to Binding Click this button to replace a wire with a manual banding.

Logging Configuration

You can either use the node's logging configuration or create a new logging configuration.

To create a new logging configuration
  1. Uncheck the checkbox for Use node's logging configuration
  2. Refer Creating a Logging Configuration for a Host or a Node for information on creating a logging configuration.
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.