Question
1
Replies
130
Views
PEGA
Posted: October 18, 2017
Last activity: November 2, 2017
Closed
Solved
Logs details
2017-10-12 05:39:59,044 [p-/127.0.0.1:8009-75] [ STANDARD] [ ] [ <Ruleset Version>]
2017-10-12 05:40:03,278 [p-/127.0.0.1:8009-71] [TABTHREAD1] [ ] [ <Ruleset Version>]
2017-10-12 05:40:03,414 [l-threads-553968744)] [ STANDARD] [ ] [ <Ruleset Version>]
In the logs, what is that the text in bold refers to? Is it Thread Identifier?
What is it used for? (AES)??
***Edited by Moderator Marissa to update categories***
In standard log format, the bracketed field that follows the timestamp is the java native thread name. The field is fixed length and has been shifted and truncated. Java thread name is used primarily for advanced investigations using thread dumps and to correlate server events into sequence for particular sessions. From PRPC perspective this is simply informative data being spit out to aid with analysis.