Docs
Get Started

Logs

Kuberns separates build output from running service output.

Build logs

Use Build Logs for:

  • Dependency installation.
  • Container build output.
  • Pre-build and post-build commands.
  • Build-time errors.
  • Build history available to the account.

Service logs

Use Logs for output from the deployed service or process. Runtime logs can reveal startup failures, missing environment variables, connection failures, and application exceptions.

Investigation workflow

  1. Find the failed build or affected time range.
  2. Check Activities for source or resource changes.
  3. Read the first actionable error, not only the final exit message.
  4. Compare configuration with the current repository commit.
  5. Review Kuberns Fixes when an AI summary is available.

Do not print secrets in application logs. Rotate a credential if its value is exposed.