API Line from Supervisor Log

Trying to debug an API connection problem. If I see this line in my supervisor log:

INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

What exactly does this indicate? I’m speculating that it may mean that a connection attempt via the API was made. Does it imply success or failure?

It reads like a new token was made, but I didn’t do that during the time the line was written. I did, however, attempt to contact HA at that time. I could not find any place in the logs to see something like “API Connect failure” or “API Connect Success” with the external IP address. If I can be certain what this log entry is telling me, maybe I can make some progress.

My logging is set to INFO, would DEBUG add in connection ayyempt information?

Thanks.