Logs in Real time

Is possible to display on AdminPage all app logs (console.log()) in real time while I am using UI kit?

If by all app logs you mean every single place your app is installed? If so we can’t provide that for security reasons.

Instead, if you meant all the logs while you run the app forge tunnel should help you out.

Let me know if this wasn’t what you were looking for.

Yeah I want to redirect some forge tunnel logs to UI. Is it possible?

Thank you for you answer.

We don’t provide such a feature ourselves but it should be possible.

Wrap console.log into some sort of logger.log which both prints to console.log and writes to our Forge hosted storage.
The admin page could then poll the storage for new logs.