Inside your Functions App, you can see all recorded Logs in "Monitoring->Logs" and in Query Editor make a Query to see records you nees.
For example, to see all logs in the last 24 hours limited to 100 items.
traces
| where timestamp > ago(24h)
| limit 100