From f116adb50f087cf242ca8934dd16baeaa92b09ca Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 24 Oct 2019 15:06:03 -0400 Subject: [PATCH] fifo note --- docs/userguide/options/options_logging.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/userguide/options/options_logging.rst b/docs/userguide/options/options_logging.rst index 151ec5419..91a8164d1 100644 --- a/docs/userguide/options/options_logging.rst +++ b/docs/userguide/options/options_logging.rst @@ -70,3 +70,6 @@ RECORD_EVENT_STATS - This version of ZoneMinder records detailed information abo RECORD_DIAG_IMAGES - In addition to recording event statistics you can also record the intermediate diagnostic images that display the results of the various checks and processing that occur when trying to determine if an alarm event has taken place. There are several of these images generated for each frame and zone for each alarm or alert frame so this can have a massive impact on performance. Only switch this setting on for debug or analysis purposes and remember to switch it off again once no longer required. DUMP_CORES - When an unrecoverable error occurs in a ZoneMinder binary process is has traditionally been trapped and the details written to logs to aid in remote analysis. However in some cases it is easier to diagnose the error if a core file, which is a memory dump of the process at the time of the error, is created. This can be interactively analysed in the debugger and may reveal more or better information than that available from the logs. This option is recommended for advanced users only otherwise leave at the default. Note using this option to trigger core files will mean that there will be no indication in the binary logs that a process has died, they will just stop, however the zmdc log will still contain an entry. Also note that you may have to explicitly enable core file creation on your system via the 'ulimit -c' command or other means otherwise no file will be created regardless of the value of this option. + +..todo:: + Add FIFO \ No newline at end of file