]> granicus.if.org Git - fcron/commit
tweaked fcron logging to file
authorThibault Godouet <fcron@free.fr>
Tue, 1 Jan 2013 17:33:53 +0000 (17:33 +0000)
committerThibault Godouet <fcron@free.fr>
Tue, 1 Jan 2013 17:45:27 +0000 (17:45 +0000)
commit10985f36115d85667e032809617a63a167fee4ee
treea3824c8083b22e555d8e6deeabd5fff5c5070cf0
parent703a38c5a29d2643ce487982b7604cae2d17d356
tweaked fcron logging to file
- only enabled for fcron via a command line option (rather than fcron.conf)
  I doubt people need this feature for command line tools, and we would need to manage the log file perms more closely to allow all tools to write to it
- reworked log.c/log.h: more sensible function names, better error checks
- changed the line format when logging to files/console
- added documentation on logging to file
14 files changed:
convert-fcrontab.c
doc/en/fcron.8.sgml
exe_list_test.c
fcron.c
fcron.h
fcronconf.c
fcronconf.h
fcrondyn.c
fcrondyn.h
fcronsighup.c
fcrontab.c
fcrontab.h
log.c
log.h