# Log Level

## Summary

**Log Level** sets the global logging level for Pomerium. Only logs of the desired level and above will be logged.

## How to configure

**Core:**

| **Config file keys** | **Environment variables** | **Type** | **Default** |
| :------------------- | :------------------------ | :------- | :---------- |
| `log_level`          | `LOG_LEVEL`               | `string` | `info`      |

### Examples

```yaml
log_level: error
```

```bash
LOG_LEVEL=warn
```

### Options

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

**Enterprise:**

**Kubernetes:**

Kubernetes does not support `log_level`
