What happens to console output for public website?

I am just getting started with Anvil and so far, I love everything about it. I am finally able to create my own web-based applications without any HTML/CSS knowledge whatsoever.

What I’m trying to do:
I am about to make my first application public, but I was wondering about what happens to the printed console output (i.e. print()). Is it stored somewhere for me to review?

If you run your app in a new tab, then the console window will be at the bottom of your editor/IDE. I don’t know how to make it show up on your client side code.

1 Like

printed output also shows up in your app logs. Through the IDE you can review the logs for non-IDE sessions.