Skip to main content
Version: vNext (current)

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

Examples

proxy_log_level: error
PROXY_LOG_LEVEL=debug

Options

  • debug
  • info
  • warn
  • error