Closed jabedude closed 4 years ago
I'll be super-happy to review that, yes.
A few general notes as a quick braindump:
JournalConnection
) holding it instead.memfd_create
in nix
.send
function can be implemented either in async or blocking way. We can simply focus on the latter for now, as I am not sure all the pieces are in places in other libraries to implement the former.
@lucab if you're ok with it, I'd like to add support for logging to the system journal, similar to the go package.