From 5bf8f29cfab14076fab38ac26a98fc4993a23b7e Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 24 Sep 2008 06:04:26 +0000 Subject: [PATCH] added section on error reporting -- Florian Forster git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1519 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdcached.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 7631351..e718791 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -128,6 +128,15 @@ the disk itself. All other commands can send a B command (see below) to the daemon before accessing the files, so they work with up-to-date data even if the cache timeout is large. +=head1 ERROR REPORTING + +The daemon reports errors in one of two ways: During startup, error messages +are printed to C. One of the steps when starting up is to fork to the +background and closing C - after this writing directly to the user is +no longer possible. Once this has happened, the daemon will send log messages +to the system logging daemon using L. The facility used it +C. + =head1 HOW IT WORKS When receiving an update, B does not write to disk but looks for an -- 2.11.0