Proxy Log Level
Summary
Proxy Log Level sets the logging level for the Pomerium Proxy service access logs. Only logs of the desired level and above will be logged.
How to configure
- Core
- Enterprise
- Kubernetes
- Enterprise via Terraform
| Config file keys | Environment variables | Type | Default |
|---|---|---|---|
proxy_log_level | PROXY_LOG_LEVEL | string | debug or value of log_level if set |
Examples
proxy_log_level: error
PROXY_LOG_LEVEL=debug
Set Proxy Log Level under Global settings in the Console:

Kubernetes does not support Proxy Log Level
| Parameter name | Type | Default |
|---|---|---|
proxy_log_level | String | debug or value of log_level if set |
Examples
proxy_log_level = "error"
Options
debuginfowarnerror