boulder/cmd/boulder-wfe
Roland Bracewell Shoemaker a24da83e60
Trim newlines in http.Server.ErrorLog log adapter (#4815)
log.Logger, the wrapper type that http.Server.ErrorLog uses will append
a newline to every line before calling Write on the inner logger if the
line doesn't already contain one. This breaks our checksum generation/
verification code because syslog will strip newlines. So that we don't
generate irreproducible checksums we strip the newline that log.Logger
added.

Fixes #4812
2020-05-26 12:04:56 -07:00
..
main.go Trim newlines in http.Server.ErrorLog log adapter (#4815) 2020-05-26 12:04:56 -07:00
main_test.go Add dummy tests for all commands. (#1879) 2016-06-03 11:54:03 -07:00