Plex Logging Question

Server Version#: Version 1.19.1.2645
Player Version#: N/A

So I was trying to diagnose some things in my plex logs, and I was looking at the way the log is written:

Apr 17, 2020 22:11:26.469 [ 22222222222222 ] DEBUG - Transcoder segment range: 1486 - 2686 (2686)

Where I have masked the ID with 2’s above, is that the session ID? And if so does that session ID tie to a user?

I was under the impression that it was the session ID, and I was trying to troubleshoot and issue. What I noticed is the logs telling me that session ID belonged to one use, then 13 seconds later it belongs to another use. So obviously that couldn’t be the session ID? Or if so, I have an issue, since those shouldn’t be used by multiple users?

Thanks!

The ID number is the ThreadID within PMS.

Because multiple tasks write to the log, using ThreadIDs allows for an easy grep to find all the message traffic outputted by a particular thread.

We all have the same thread ID numbers so there’s nothing unique to you.

The most it tells us is which OS it’s running on since Windows, MacOS, and Linux have different thread id numbering systems.

Thanks Chuck, that makes a lot more sense!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.