pomerium/internal/tests/xdserr
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
cmd logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
config.go logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
echo.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
health.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00