Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Level of log message below which messages are not displayed. Enumeration of DEBUG, INFO, WARN, ERROR, FATAL ERROR

rollingBarrelOptions

This allows you to set the rolling barrel options for the client. Available options are:

  • not_automatic: The Rolling Barrel will only run if you launch it using the F12 menu
  • startup_only: The Rolling Barrel will only run when starting up the client
  • shutdown_only: The Rolling Barrel will only at showdown of the client
  • interval: The Rolling Barrel will run at the specified interval

Example:

No Format

	<rollingBarrelOptions>
		<type>interval</type>
		<interval unit="hour" multiplier="1"/>
	</rollingBarrelOptions>

Schema:
Image Added

notification

The system can notify the completion of a manually dispatched task run when the notification property is enabled (i.e. enabled=TRUE).

...