boulder/web
Jacob Hoffman-Andrews e6a5532a18
web: remove duplicate log of errors (#6157)
The WFE logs internal errors as part of its request logging. These
errors are mostly passed along from other components, particularly the
SA, and spike whenever the database struggles with availability.

Since these are logged at error level, they mask other, potentially more
useful error logs. Remove these error logs in preference for the
info-level request logs, plus metrics that indicate when we are serving
a large proportion of 500s.
2022-06-14 14:24:09 -07:00
..
context.go Quiet log output for successful /directory requests (#6096) 2022-05-13 08:35:34 -07:00
context_test.go Deprecate StripDefaultSchemePort flag (#5265) 2021-02-08 11:30:52 -08:00
docs.go Factor out context.go from wfe and wfe2. (#3086) 2017-09-26 13:54:14 -04:00
jwk.go Support admin. blocking public keys. (#4419) 2019-09-06 16:54:26 -04:00
probs.go Use new RA methods from WFE revocation path (#5983) 2022-03-28 14:14:11 -07:00
probs_test.go Enable additional linters (#6106) 2022-05-11 13:58:58 -07:00
relative.go Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
send_error.go web: remove duplicate log of errors (#6157) 2022-06-14 14:24:09 -07:00
send_error_test.go gofmt code with -s (simplify) flag (#4763) 2020-04-08 17:25:35 -07:00