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:
Cuong Manh Le 2020-06-15 22:55:18 +07:00 committed by GitHub
parent 896467c4bf
commit e0bdd906f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 53 deletions

View file

@ -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

View file

@ -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