Download raw body.
make got-notify-http write to syslog
On 2024/04/18 17:43:06 +0200, Stefan Sperling <stsp@stsp.name> wrote: > It's impossible to debug problems with this tool right now. > > Send all error output to syslog so we can see where things go wrong. > I didn't bother changing the pledge ones because those shouldn't fail. > > ok? ok with a tiny nit below. could be useful to do the same for -email too :) > @@ -34,6 +36,7 @@ > > #include "bufio.h" > #include "utf8d.h" > +#include "log.h" i'd keep these sorted
make got-notify-http write to syslog