Commit Briefs

Omar Polo

typo in docker example


Omar Polo

typo (again)


Omar Polo

typo


Omar Polo

tweaked the readme a bit


Omar Polo

sort tokens


Omar Polo

typo: missing Ic



Omar Polo

pidfile support with `-P pidfile'


Omar Polo

wait for logger after fatal()

With -f, when the main process exits after a fatal() (usually) the shell prompt is printed before the logger message. This adds a small poll to wait for the logger process to exit.


Omar Polo

fix some logging

- we can't use log_* or fatal() before logger_init - err -> errx if errno isn't involved


Omar Polo

fatal: send log to logger




Omar Polo

lower log priority for fatal errors from CRIT to ERR

found by Anna, thanks!