skip to content
Alvin Lucillo

Action real-time logs

/ 1 min read

💻 Tech

If you have an action script like post-login script, and you want to debug your app, you don’t need to check the tenant logs each time. The best way to do that is via real-time webtask logs because it’s straightforward: your logs come in the page. With tenant logs, you don’t know if each log is related to your action script; you’ll only know that if the action-related tab appears after opening a log.

Reference