stuphlabs / pullcord

A reverse proxy that allows scaling down a cloud service to zero servers without sacrificing (eventual) availability.
GNU Affero General Public License v3.0
4 stars 2 forks source link

Unclear panic error messages #188

Open proidiot opened 5 years ago

proidiot commented 5 years ago

The error messages printed by some panics are not very useful. For example, when working on #187, I came across:

panic: The *syslogger.Newliner does not support message types other than fmt.Stringer and string, but the given message has a different type.

May or may not be valid if some current PRs are merged.