Logs

The Logs section provides real-time log streaming from your Docker environment โ€” container logs, startup/initialization logs, and agent logs โ€” with filtering and search capabilities.

Container Logs Tab

Select a container from the dropdown to load its logs (default: last 50 lines). You can also open logs for a specific container from the Containers page.

Search: Filter log messages in real-time (case-insensitive).

Log Level Filter: Show only Error, Warning, Info, or Debug level logs.

Live Stream: New lines appear automatically in real-time. Click Pause to freeze the view for review, Resume to continue tailing.

Startup Logs Tab

Shows logs from application initialization โ€” useful for troubleshooting deployment or startup errors.

  • Select a startup log from the list to view its content
  • Use the App Filter dropdown to show logs for a specific application

Agent Logs Tab

Shows Fenwave Agent output โ€” useful for diagnosing connection issues or agent errors.

  • Main โ€” Standard agent output
  • Error โ€” Error messages and warnings

CLI alternative:

fenwave service logs              # View main agent logs
fenwave service logs -f           # Follow in real time
fenwave service logs --tail 50    # Last 50 lines

Agent Disconnection

If the agent disconnects, an alert appears. Container logs stop updating and streaming pauses automatically. Wait for reconnection or check the Troubleshooting guide.