Logs and Terminal Usage Basics
Overview
For deep debugging, there is no substitute for reading the raw logs. CloudAIPilot streams server logs directly to your dashboard so you rarely need to open a terminal.
Using the Log Viewer
- Navigate to the Server Logs tab.
- Select the log file you wish to view from the dropdown:
syslog: General system events.auth.log: SSH login attempts and successes.cloudpilot-agent.log: Diagnostic logs for the background agent.
- The viewer streams logs in real-time. Use the search bar to filter for specific keywords like
ERRORorFailed.
Asking the AI to Read Logs
Reading massive log files can be tedious. You can simply open the AI Pilot and ask: *"Check the syslog on server X for the last 30 minutes and tell me why Docker crashed."*
The AI Pilot will securely fetch the logs via the Agent channel, analyze the stack trace, and give you a plain-English explanation of the failure.