Logs

Aggregate container runtime logs with visual query capabilities. When applications, workloads, or other resources exhibit abnormal behavior, log analysis helps diagnose root causes.

Procedure

This procedure demonstrates how to view container runtime logs through the Deployment interface.

  1. Container Platform, click Workloads > Deployments.

  2. Click a Deployment name from the list.

  3. Navigate to the Logs tab to view detailed records.

    OperationDescription
    Pod/ContainerSwitch between Pods and Containers using the dropdown selector to view the corresponding logs.
    Previous LogsView logs from terminated containers (available when container restartCount > 0).
    LinesConfigure display log buffer size: 1K/10K/100K lines.
    Wrap LineToggle line wrapping for long log entries (enabled by default).
    FindFull-text search with highlight matching and Enter-to-navigate.
    RawUnprocessed log streams directly captured from container runtime interfaces (CRI) without formatting, filtering, or truncation.
    ExportDownload raw logs.
    Full ScreenClick truncated line to view full content in modal dialog.
WARNING
  • Truncation Handling: Log entries exceeding 2000 characters will be truncated with an ellipsis ...
    • Trimmed portions cannot be matched by the page's find function.
    • Click the ellipsis ... marker in truncated lines to view full content in a modal dialog.
  • Copy Reliability: Avoid direct copying from rendered log viewer when seeing truncation markers (...) or ANSI color codes. Always use Export, Raw function for complete logs.
  • Retention Policy: Live logs follow Kubernetes log rotation configuration. For historical analysis, use Logs under Observe.
ON THIS PAGE