mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
config: change the default logging level to INFO (#902)
config: change the default logging level to INFO DEBUG logging level is very verbose and potentially logs sensitive data. We should set default log level to INFO. Updates #895 Fixes #896
This commit is contained in:
parent
896467c4bf
commit
e0bdd906f9
4 changed files with 12 additions and 53 deletions
|
@ -5,6 +5,7 @@
|
|||
### New
|
||||
|
||||
- config: add remove_request_headers @cuonglm [GH-702]
|
||||
- config: change default log level to INFO @cuonglm [GH-902]
|
||||
|
||||
## v0.9.1
|
||||
|
||||
|
|
|
@ -5,6 +5,14 @@ description: >-
|
|||
for Pomerium. Please read it carefully.
|
||||
---
|
||||
|
||||
# Since 0.9.0
|
||||
|
||||
## Breaking
|
||||
|
||||
### Default log level
|
||||
|
||||
With this release, default log level has been changed to INFO.
|
||||
|
||||
# Since 0.8.0
|
||||
|
||||
## Breaking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue