mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
core/config: remove debug option, always use json logs (#4857)
* core/config: remove debug option, always use json logs * go mod tidy
This commit is contained in:
parent
ddc9d957ba
commit
d6221c07ce
12 changed files with 632 additions and 665 deletions
|
@ -722,7 +722,7 @@ func TestDeprecatedClientCAOptions(t *testing.T) {
|
|||
|
||||
var logOutput bytes.Buffer
|
||||
zl := zerolog.New(&logOutput)
|
||||
testutil.SetLogger(t, &zl)
|
||||
testutil.SetLogger(t, zl)
|
||||
|
||||
t.Run("CA", func(t *testing.T) {
|
||||
logOutput.Reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue