1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/pkg/upstream
Phil Taprogge d69fd6af22
Allow Logging to stdout with separate Error Log Channel (#718)
* Add dedicated error logging writer

* Document new errors to stdout flag

* Update changelog

* Thread-safe the log buffer

* Address feedback

* Remove duplication by adding log level

* Clean up error formatting

* Apply suggestions from code review

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-08-10 11:44:08 +01:00
..
file_test.go Add tests for upstream package 2020-07-05 10:21:05 +01:00
file.go Allow file server to handle windows filesystems 2020-07-05 10:21:05 +01:00
http_test.go Use bool pointers for upstream options that default to true 2020-07-19 14:01:36 +01:00
http.go Document GoSec nosec skip comments 2020-08-09 07:55:40 -07:00
proxy_test.go Add tests for upstream package 2020-07-05 10:21:05 +01:00
proxy.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
static_test.go Add tests for upstream package 2020-07-05 10:21:05 +01:00
static.go Add upstream package with Proxy server implementation 2020-07-05 10:21:05 +01:00
upstream_suite_test.go Add tests for upstream package 2020-07-05 10:21:05 +01:00