If we want to check our media server logs now for when a user connected to the server and started streaming a title, we need to have this on a DEBUG log.
Would like to see this in regular logs, but not overkill as it is in DEBUG where it logs every 10 seconds when a user is streaming:
Jul 19, 2016 04:36:15:176 [5220] DEBUG - Play progress on 123 ‘Movie Title’ - got played 372440 ms by account 1234567!
Jul 19, 2016 04:36:15:176 [5220] DEBUG - [Now] User is User1 (ID: 1234567)
Jul 19, 2016 04:36:15:176 [5220] DEBUG - [Now] Device is Chrome (Plex Web (Chrome)).
Jul 19, 2016 04:36:15:176 [5220] DEBUG - [Now] Profile is Web
Would like to see e.g for when logging in :
Jul 19, 2016 04:36:15:176 [5220] - [Now] User is User1 (ID: 1234567)
Jul 19, 2016 04:36:15:176 [5220] - [Now] Device is Chrome (Plex Web (Chrome)).
Jul 19, 2016 04:36:15:176 [5220] - [Now] Profile is Web
and when starts streaming:
Jul 19, 2016 04:36:15:176 [5220] - Play progress on 123 ‘Movie Title’ - got played 372440 ms by account 1234567!
This only once when user logs in, and once when starts playing a song/movie/show etc. Not every 10 seconds.