envoy: add separate proxy log level option (#689)

This commit is contained in:
Caleb Doxsey 2020-05-11 18:00:11 -06:00 committed by Travis Groth
parent af649d3eb0
commit 352c2b851b
7 changed files with 52 additions and 10 deletions

View file

@ -110,6 +110,16 @@ If `false`
Log level sets the global logging level for pomerium. Only logs of the desired level and above will be logged.
### Proxy Log Level
- Environmental Variable: `PROXY_LOG_LEVEL`
- Config File Key: `proxy_log_level`
- Type: `string`
- Options: `debug` `info` `warn` `error`
- Default: value of `log_level` or `debug` if both are unset
Log level sets the logging level for the pomerium proxy service. Only logs of the desired level and above will be logged.
### Insecure Server
- Environmental Variable: `INSECURE_SERVER`
@ -157,7 +167,7 @@ Autocert requires that port `443` be accessible from the internet in order to co
- Type: `string` pointing to the path of the directory
- Required if using Autocert setting
- Default:
- `/data/autocert` in published Pomerium docker images
- `/data/autocert` in published Pomerium docker images
- [$XDG_DATA_HOME](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
- `$HOME/.local/share/pomerium`