Hi ng0,
> I've just asked Ludovic about the possibility to host our 3 IRC channel logs > (libmicrohttpd, gnunet, taler). […] > Are there any other requirements from our side we would have to fullfil (for > current logs) > in case you agree to host the logs? I had to convert the logs from the SQL dump, which was a little painful. We’re now using whatever happens to be the format that ZNC produces. > What would be the requirements if we would decide to convert our old logs to > the log format > used by your logging? I would advise against using the Guix project’s logging solution, because it really isn’t very reliable. It’s literally just a ZNC process with the default log plugin enabled. There’s no proper service for it; the thing is just started manually. The log viewer is primitive: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/goggles.scm For us it’s worth doing this in spite of all this because the logs are stored on our servers. This is pretty much the only advantage to us. If you don’t mind having the logs stored elsewhere there certainly exist better solutions than our chewing gum + duct tape contraption. -- Ricardo