I have created a simple (out of the box) Azure function using a timer trigger. I expect to see the output in the log, but there is nothing there. Monitor shows it is working.
Cron is set to */1 * * * * * (every second)
I don't see a button to turn logging on/off.
Thanks.