From: Omar Polo Subject: Re: make got-notify-http write to syslog To: Stefan Sperling Cc: gameoftrees@openbsd.org Date: Thu, 18 Apr 2024 17:48:46 +0200 On 2024/04/18 17:43:06 +0200, Stefan Sperling 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