Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.

env zero has the ability to send all of your deployment logs and audit logs directly to Google Cloud Logging.
Setup
Here are the steps to configure it:- Create a service account with permissions to write logs ‘Logs Writer’
-
There are two ways to configure the integrations:
-
In the env zero app
In the organization’s integrations page, click on Google Cloud Logging and fill the form’s fields:
-
Using environment variables
In the env zero platform you will need to configure the following environment variables in any scope you would like to have them:* These environment variables can only override deployment logs forwarding configurationEnvironment variable name Description Mandatory ENV0_GCP_PROJECT_IDGoogle cloud project id. inside this project, the logs will be stored Yes ENV0_GCP_SERVICE_ACCOUNT_CREDENTIALService account credential file - Copy-Paste of the file payload (JSON format). Yes ENV0_GCP_LOG_NAMELogs will be stored under this log name No - Default: env0-deployments
-
-
Audit Logs:
logName-env0-audits
-
Deployment Logs:
logName-env0-deployments
Next steps
- Logs Forwarding Overview - See all supported log forwarding destinations.
- Datadog Logs - Alternative: forward logs to Datadog.
- Splunk Logs - Alternative: forward logs to Splunk.