INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: What is the time in the logs?  (Read 189 times)

hoyt

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 863
What is the time in the logs?
« on: February 13, 2024, 01:59:33 pm »

I looked into the wiki topic on logging, but didn't see this spelled out. What is the 50452 represent in this snippet?

Code: [Select]
0050452: 4472: General: CDLNADeviceServiceCaller::CallServiceFunction: DLNA function call failed or timeout! url = http://192.168.6.227:52101/AVTransport/control function = GetPositionInfo execution time = 6041.97 ms of 6000 ms.
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3967
Re: What is the time in the logs?
« Reply #1 on: February 13, 2024, 02:14:18 pm »

ms since startup

I suspect it's actually ms since start of thread but most operations appear to be on threads started at startup so no practical difference
Logged

hoyt

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 863
Re: What is the time in the logs?
« Reply #2 on: February 13, 2024, 03:20:34 pm »

ms since startup

I suspect it's actually ms since start of thread but most operations appear to be on threads started at startup so no practical difference

That makes sense. Scrolling to the top of teh log I see:

Code: [Select]
Media Center; Version: 32.0.17 (64-bit); Types: 2147483647
0000000: 8668: General: Starting logging: Date: 2/13/2024 11:52:46 am

Which I think is when I hit the "reset log" link. So probably since log initialization?
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3967
Re: What is the time in the logs?
« Reply #3 on: February 13, 2024, 03:22:52 pm »

Yes, forgot about reset logs
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3967
Re: What is the time in the logs?
« Reply #4 on: February 13, 2024, 03:24:44 pm »

It's a particularly unhelpful format tbh because it's neither human readable nor parseable , I think I asked ages ago for a better option ( formatted time is ideal, epoch millis is at least amenable to conversion without reading some other value)
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2407
Re: What is the time in the logs?
« Reply #5 on: February 13, 2024, 03:59:17 pm »

It's readable, just add the dot in your head or place a black dot on your glasses with a permanent marker.
123456 = 123.456s or 123s and 456ms.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71470
  • Where did I put my teeth?
Re: What is the time in the logs?
« Reply #6 on: February 13, 2024, 04:08:08 pm »

Ha!
Logged
Pages: [1]   Go Up