Show/Hide Toolbars

Each message that can be written to a log has an associated log level that indicates the severity of the issue that caused the message to be written to the log. You can specify what severity of messages you want logged for each logger (or TeamConnect component).

Note: This is a system-wide setting. When you set a logger to a specific log level, you are specifying the most verbose severity level of messages that you want written to appenders defined for that logger. Although there is an analogous setting in the appender definition for log threshold, the logger's logging level overrides the log threshold.

System Loggers

Logger

Description

Request

Logs HTTP request information including headers, cookies, and parameters.

This logger can automatically be set to the Debug level each time TeamConnect application is restarted. This depends on the value of the syslog.basic.request parameter in the Web Application Deployment Descriptor.

Response

Logs HTTP response header information.

Rule

Logs messages generated by rules that have been defined for your implementation of TeamConnect.

SQL

Logs TopLink-generated SQL statements.

This logger can automatically be set to the Debug level each time TeamConnect application is restarted. This depends on the value of the syslog.basic.sql parameter in the Web Application Deployment Descriptor.

XML

Logs messages regarding XML requests.

Detailed System Loggers

Logger

Description

Authentication

Logs all messages regarding user authentication.

Batch Display Component

Logs all messages regarding the batch display component.

Custom Blocks

Logs all messages regarding custom blocks.

Deletion

Logs all messages regarding record deletion.

IMAP

Logs events related to the TeamConnect IMAP Server and Email Viewer.

Portal

Logs all messages regarding portal panes, including custom content.

Reflection

Logs all messages generated by TeamConnect's reflection factory.

Search

Logs all messages regarding search views and searching for records.

Stores

Logs all messages regarding TeamConnect stores.

Sync Server

Logs all messages regarding cache synchronization.

Tools

Logs all messages regarding both system and custom tools.

UI Components

Logs all messages regarding rendering of TeamConnect screens.

WebDAV

Logs all messages related to WebDAV document management.