Skip to main content

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

Config file keysEnvironment variablesTypeDefault
proxy_log_levelPROXY_LOG_LEVELstringdebug or value of log_level if set

Options

  • debug
  • info
  • warn
  • error

Examples

# config file key
proxy_log_level: error

# environment variable
PROXY_LOG_LEVEL=debug