Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

7.3. JBoss Data Virtualization Log Categories

Within EAP log files, all information specific to JBoss Data Virtualization is prefixed with the org.teiid log category identifier.
Logs originating from third-party code and other components not related to JBoss Data Virtualization, including integrated org.jboss components, are prefixed with their own log category identifiers, not org.teiid.
The table below summarizes the categories relevant to JBoss Data Virtualization. For a complete listing, see the standalone.xml (or domain.xml for domain mode) file.

Table 7.3. JBoss Data Virtualization Log Categories

Log Category Description
com.arjuna
Third-party transaction manager. This will include information about all transactions, not just those for JBoss Data Virtualization.
org.teiid
Root category identifier for all JBoss Data Virtualization logs. Note: there are potentially more contexts used under org.teiid than those shown in this table.
org.teiid.PROCESSOR
Query processing logs. Also see org.teiid.PLANNER.
org.teiid.PLANNER
Query planning logs.
org.teiid.SECURITY
Session/Authentication events. Also see org.teiid AUDIT_LOG.
org.teiid.TRANSPORT
Events related to the socket transport.
org.teiid.RUNTIME
Events related to work management and system start/stop.
org.teiid.CONNECTOR
Connector logs.
org.teiid.BUFFER_MGR
Buffer and storage management logs.
org.teiid.TXN_LOG
Detailed log of all transaction operations.
org.teiid.COMMAND_LOG
org.teiid.AUDIT_LOG
org.teiid.ADMIN_API
Admin API logs.
org.teiid.ODBC
ODBC logs.

Note

Refer to the JBoss Enterprise Application Platform Administration and Configuration Guide for more information about logging.