mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
envoy: add separate proxy log level option (#689)
This commit is contained in:
parent
af649d3eb0
commit
352c2b851b
7 changed files with 52 additions and 10 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue