CDD Collections Tab Log Configurations Settings Reference
You can define settings for log file in the Collections tab of the CDD.
Property | Global Variable? | Description |
---|---|---|
Name | No | Name of this log configuration. |
Enable | No | Check the Enable check box to enable this log configuration. All other Enable settings are ignored if this check box is unchecked. |
Levels | Yes | Space-separated list of levels and modules used in this log configuration. See
Log Configurations for more details.
Default is info. |
Files | ||
Enable | No | Check the Enable check box to enable log files to be written. Configure the settings in this section to specify details. If this check box is unchecked, all other properties in this section are ignored. |
Directory | No | Enter the absolute path to the directory in which you want to store the files.
If you do not enter a leading slash, the files are stored relative to the working directory (the directory in which you start the be-engine.exe executable). |
Name | No | Name of the log file.
The default value is the engine name. If no engine name is set, then the default value is cep-engine.log |
Max number | Yes | Number of log files to keep. When the Max size setting value is reached, a new log file is created for the next log entries. Files are created up to the Max number setting size. The oldest file is deleted when a new file is added after this value is reached.
Default is 10. |
Max size | Yes | Maximum size of one log file.
Default is 10000000. |
Append | No | If checked then new entries are added to the end of the file. If not checked, the contents of the file are flushed each time the engine starts. |
Note: To override the default
TIBCO BusinessEvents CDD logging properties, see
Disabling the Default Logging in CDD.
Additional log settings can be added to the Processing Unit tab Properties, see CDD Processing Units Tab Settings Reference.
Copyright © Cloud Software Group, Inc. All rights reserved.