Debug Logs interface
Open page: https://live.gunbot.com/debug-logs/

Debug Logs show live console output from the connected Gunbot instance. Use this page when the interface shows a symptom and you need the bot messages behind it.
What you can do here
Use Debug Logs to:
- Watch live server or bot messages in the browser.
- Pause the visible stream while reading.
- Clear the visible log output from the page.
- Spot repeated errors, exchange messages, restart activity, or missing data warnings.
The page is a quick live view. It does not replace deeper server log analysis when you need a full audit trail.
Live console view
The console shows incoming messages in a terminal-style layout. When the stream is live, new messages continue to appear. When paused, the visible text stops moving so you can read a line without losing it.
What to look for
Useful clues include repeated failed requests, exchange errors, strategy messages, missing candle data, restart notices, or messages that appear right after you perform an action elsewhere in the app.
Privacy
Treat logs as private. They may include exchange names, runtime details, pair names, account context, or other information you do not want to post publicly.
How Debug Logs fits the workflow
Use Debug Logs after Chart shows stale data, AutoConfig does not change what you expected, Backtesting reports a failure, or Code Editor changes lead to runtime errors.