Token Cache HIT - resolved

Hi,
I’m Olivier and I’m using php to implement stuart API. It seem to be ok but I’ve a “little” problem.
When I do a getPricinge or getEta, I have the message ‘Token Cache HIT’.
It seems to come from Cache/DiskCache.php but I don’t understand what does it mean and how to get off this message (juste comment the lines ?).

Thanks for your answers
Olivier
(sorry for my bad english !)

Hello @Olivier,

What you are seeing are just log lines. Nothing to worry about. Indeed, it does come from the DiskCache file.
If you can modify the code, you can just comment them out, or ignore them. It will be completely harmless. The log lines are there just in case integrators experience issues with the authentication process so that we can debug easily.

Thanks,

Sergi

Hello,

Thanks for this precisions
Olivier