Check RESTful sensor polling

Noob here. I’ve setup a RESTful sensor and, as the data changes daily at most, have setup a large scan_interval on it (86400s). Is there a logfile I can look at that shows the sensor polling the API? - So I can check the scan_interval is being obeyed. Or a way to log more information into home-assistant.log?

Many thanks in advance!

Replying to my own post. Just found this in another post 25 minutes before mine so will give that a whirl…

logger:
  default: info
  logs:
    homeassistant.components.rest.sensor: debug

You can use the last_updated state object property in the template editor as well.

{{ as_timestamp(states.sensor.xxx.last_updated) | timestamp_local }}