# Proxy Log Level

## Summary

**Proxy Log Level** sets Envoy's logging level for the Pomerium Proxy service. If unset, Pomerium uses the value of [`log_level`](https://www.pomerium.com/docs/reference/log-level.md).

## How to configure

**Core:**

| **Config file keys** | **Environment variables** | **Type** | **Default** |
| :-- | :-- | :-- | :-- |
| `proxy_log_level` | `PROXY_LOG_LEVEL` | `string` | value of [`log_level`](https://www.pomerium.com/docs/reference/log-level.md) |

### Examples

```yaml
proxy_log_level: error
```

```bash
PROXY_LOG_LEVEL=debug
```

**Enterprise:**

**Kubernetes:**

Kubernetes does not support **Proxy Log Level**

### Options

- `trace`
- `debug`
- `info`
- `warn` or `warning`
- `error`
- `critical`
- `fatal`
- `panic`
- `off`, `none`, or `disabled`
