Log Files
The Log Files tab gives you direct access to the recent logs generated by your application, helping you diagnose issues or verify expected behavior.
How To Access
My Apps → Active Apps → App Details → Manage App → Local App Management → Log Files
Navigate to the My Apps tab, select an application from Active Apps, click Manage App, then go to the Local App Management section and open the Log Files tab.
Backend Selector
At the top you'll find a FluxNode IP selector, letting you choose which node you want to inspect or control. This allows you to manage individual node instances of your app. A reload button is also available to refresh the list of currently active FluxNodes running your application.

What You'll See
View Logs: The last 100 lines of your app's log file are displayed directly in the panel for quick inspection.
Download Debug File: Download a complete debug log file for deeper analysis or to share with your development/support team.

Why Is This Useful
Troubleshooting app behavior or crashes
Reviewing error messages or stack traces
Verifying that the app launched successfully
Make it a habit to review this tab after deployment or when investigating unexpected behavior.
Last updated