Custom Properties for the Write To Log Activity

In some situations, you may want to specify which messages are sent to the log file. You can use custom engine properties to specify which roles are enabled or disabled for log messages. You may configure the following properties:

  • Trace.<roleName>.Log — Setting this property to false disables writing messages for the specified role name to the log.

  • Trace.<roleName>.* — Setting this property to false disables all messages for the specified role. The specified role can be one of the following system roles: ERROR, WARN, DEBUG, or INFO.

  • Trace.Role.<roleName> — Setting this property to false disables all messages for the specified user-defined role. Setting Trace.Role.* to false disables all messages to all user-defined roles.

  • Trace.Role.* — Setting this property to false disables all messages for all user-defined roles.

You can also specify the character encoding of the log file by using the log.file.encoding property.

For more information about setting custom engine properties, see TIBCO ActiveMatrix BusinessWorks™ Administration.