Skip to main content
Skip to main content
🚧 Work in Progress

Setup & access Elixir logs

Zerops provides 3 different logs for your elixir service:

For comprehensive logging features including project-wide log views, filtering options, and log forwarding to external services, see the Logging & Log Forwarding documentation.

Quick access to logs​

Build log​

  • GUI: Service detail → Pipelines & CI/CD settings → Pipeline detail → Build log
  • CLI: zcli service log --showBuildLogs

Prepare runtime log​

  • GUI: Service detail → Pipelines & CI/CD settings → Pipeline detail → Prepare runtime log
  • CLI: Not currently supported

Runtime log​

  • GUI: Service detail → Runtime log
  • CLI: zcli service log
Note

For severity levels to work properly in Zerops, your application must log to syslog.

Tip

For advanced log analysis, consider setting up log forwarding to external logging services like Better Stack or Papertrail.