Setup & access Elixir logs
Zerops provides 3 different logs for your elixir service:
- Build log - Output from your build process
- Prepare runtime log - Custom runtime image creation
- Runtime log - Operational output from your running 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.