aboutgitcodebugslistschat
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Don't duplicate messages on stderr before daemonisingStefano Brivio2023-02-161-3/+4
* convert all remaining err() followed by exit() to die()Laine Stump2023-02-161-4/+2
* add die() to log an error message and exit with a single callLaine Stump2023-02-161-5/+9
* log to stderr until process is daemonized, even if a log file is setLaine Stump2023-02-161-2/+2
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-151-2/+2
* log: Add missing function comment for trace_init()Stefano Brivio2022-10-141-0/+4
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-18/+240
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+143