
- Monitor deployments in real time
- Integrate infrastructure activity into existing dashboards
- Maintain audit trails for compliance or security
- Trigger alerts or automations based on activity
What Can Be Forwarded
env zero supports forwarding the following types of logs:Deployment Logs
All standard output and error logs generated during deployments - including plan, apply, and destroy steps. These logs are streamed live during deployments, and can be forwarded to external tools for real-time visibility or long-term storage.Audit Logs
env zero keeps track of actions performed across your organization - such as changes to projects, environment settings, variable updates, or user actions. These logs are collected and forwarded in near-real time. Audit logging is triggered for any non-GET HTTP request, meaning any change, update, or destructive action performed via the UI or API is tracked. Once collected, audit events are sent to your configured log platform.How Log Forwarding Works
- You configure your preferred log destination from within the env zero UI or using environment variables.
- env zero formats and sends logs directly to your configured provider in near-real time.
- Deployment logs are streamed as deployments occur.
- Audit logs are captured on all mutating operations and sent as theyโre stored.