![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
In addition, log records can be sent to the Windows event log if you are running on a Windows operating system. File names are of the form repo.logFileNamePrefix .number, where repo.logFileNamePrefix is based on the property listed below and number is a unique ID. Each time the administration server is started, a new log file is created. By default twenty log files are kept. Log files normally grow only to a certain maximum size (default is 100KB). After reaching this limit, the log file is closed and a new log file is opened.
The properties listed in this section only apply to project (data store) logging operations. TIBCO Administrator has a separate log for administration server operations. To look at that log, see TIBCO_TRA_DOMAIN_HOME/domain-name/logs/Administrator.log
• tibcoadmin.monitor.traceLogMaxLines—Default value is 1000.
• repo.logOperations—Optional. Default value is false.If set to true, information about project management operations is logged. Information is logged to a file sink, as well as to the console.To set up a file sink, use the repo.logDirectory property. To specify the level of the severity of events to log, use the repo.logLevel property.
• repo.logDirectory— Optional. Default value is TRA_HOME/tra/domain/domain/administrator/version/tomcat.If the property is not set, then the log directory under the current working directory is used.File names are of the form repo.logFileNamePrefix.number, where number is a unique id, and the repo.logFileNamePrefix value is given as another property of this file. Each time the server is started, a new file is created.
• repo.logFileNamePrefix—Optional. Default value is RepositoryServer.repo.serverName.log where the repo.serverName value is given as another property of this file.This property holds a prefix for the log file name. This property is effective only when repo.logOperations is set to true.
• repo.logFileMaxNumber—Optional. Default value is 20.
• repo.logFileMaxSize—Optional. Default value is 100KB.
• repo.logLevel—Optional. Default value is Info.
− Error: only error messages are logged.
− Warn: warning messages are logged in addition to all the messages at Error level.
− Info: informative messages are logged in addition to all the messages of Warning level.
− Verbose: verbose messages are logged in addition to all the messages of Info level. This logs debugging messages.
• repo.windowsEventLogLogLevel—Optional. Default value is None.
− None: no messages are logged to the Microsoft Windows event log.
− Error: only error messages are logged to the Microsoft Windows event log.
− Warning: warning messages are logged in addition to all the messages of Error level.
− Info: informative messages are logged in addition to all the messages of Warning level.
− Debug: debug messages are logged in addition to all the messages of Info level.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |