Player access/error logs

Hi,

I'm looking for a way to read the accessLog and errorLog from JS using the default TVMLKit JS Player.

I can see that the player already has properties for this, however, both of them just holds an array with empty objects.

Code Block
> player.currentMediaItemAccessLogs
< [{}, {}, {}, {}] (4)
> player.currentMediaItemErrorLogs
< [{}, {}] (2)

Has anyone found a way to actually read the logs?