java.property.com.tibco.plugin.as.filelog.enable
|
Boolean value. Set the value to
true to enable the logs. The default value is
False.
Note: If logging is enabled on a JVM, the trace messages of all active metaspaces on this JVM are logged.
|
java.property.com.tibco.plugin.as.filelog.level
|
The amount of logging produced by the ActiveSpaces core library can be adjusted and retrieved using this property. The following values can be used:
- NONE: returns no information.
- FATAL: returns only fatal errors.
- ERROR: returns errors.
- WARN: returns warnings.
- INFO: returns debug information.
- FINE: returns fine debug information.
- FINER: returns finer debug information.
- FINEST: returns the finest debug information.
The default value is
INFO.
Note: After setting a log level, for example INFO,all higher level messages are logged
|
java.property.com.tibco.plugin.as.filelog.filename
|
The filename. This is a string value. For example: java.property.com.tibco.plugin.as.log.filename=aslog.txt. The default value is
as-process_id.log.
|
java.property.com.tibco.plugin.as.filelog.directory
|
The output destination of the log file. This is a string value. For example:
java.property.com.tibco.plugin.as.log.directory=c:\logs
The default value is
./log. If the specified directory does not exist, a default directory is created.
|
java.property.com.tibco.plugin.as.filelog.limit
|
The maximum size (in bytes) of a log file. This is an integer value. For example:
java.property.com.tibco.plugin.as.filelog.limit=100
|
java.property.com.tibco.plugin.as.filelog.fileCount
|
The number of the log file. This is an integer value. For example:
java.property.com.tibco.plugin.as.filelog.fileCount=2
|
java.property.com.tibco.plugin.as.filelog.append
|
Boolean value. Set the value to false to overwrite the log file. The default value is
false.
|