]
Steven Hawkins closed TEIID-3582.
---------------------------------
Resolution: Done
It's not enabled by default to keep the logs nominally the same from one release to
the next - and not every log will be under an active request (such as asynch and admin
tasks) so it can add clutter that some may not want.
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.13, 8.12.2
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.