[
https://issues.jboss.org/browse/TEIID-3582?page=com.atlassian.jira.plugin...
]
Jan Stastny commented on TEIID-3582:
------------------------------------
When I define following pattern:
{code:plain}
%d{HH:mm:ss,SSS} %-5p [%c] (%t) %X{teiid-session} %X{teiid-request} %s%E%n
{code}
I see following log:
{code:plain}
07:17:29,334 DEBUG [org.teiid.CONNECTOR] (Worker1_QueryProcessorQueue1) Z2KH5qaowDl4
Z2KH5qaowDl4.0 Source-specific command: SELECT g_0.`id`, g_0.`name`, g_0.`address` FROM
`dballo09`.`customers` AS g_0
{code}
I missed the information, that it shouldn't be enabled by default. In that case
everything works as expected.
Add the query requestID to all lines for that query in the logs
---------------------------------------------------------------
Key: TEIID-3582
URL:
https://issues.jboss.org/browse/TEIID-3582
Project: Teiid
Issue Type: Enhancement
Components: Server
Affects Versions: 8.12.5
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix For: 8.12.2, 8.13
Currently when running a query, the logs show the requestId on most of the lines but not
all, especially CONNECTOR.
for example, the following line doesn't have it:
14:13:34,071 DEBUG [org.teiid.CONNECTOR] (Worker1_QueryProcessorQueue13) Source-specific
command: ....
That's the problem. When lots of queries are running, user wants to grep through the
log for that requestid and get just that one query's stuff.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)