From: Shawn Routhier Date: Wed, 3 Aug 2016 19:32:14 +0000 (-0700) Subject: [trac4511] Update per review comments X-Git-Tag: trac4551_base~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb39840a3cbdaf815819f846120c90d9ca038ff;p=thirdparty%2Fkea.git [trac4511] Update per review comments --- diff --git a/ChangeLog b/ChangeLog index 34aa209ea6..329071785f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +11xx. [bunc] sar + Add the forensic hook library documentation to the admin guide. + 1145. [func] tmark The Postgresql backend now supports host reservations for both DHCPv4 and DHCPv6, with options and IPv6 reservations. diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index 104d3108a3..3aeefebfb9 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -154,9 +154,9 @@ others will only be available via a support contract.
- Legal Log Hooks + Forensic Logging Hooks - This section describes the legal log hooks library. This library + This section describes the forensic log hooks library. This library povides hooks that record a detailed log of lease assignments and renewals into a set of log files. Currently this library is only available to customers with a support contract. @@ -170,6 +170,13 @@ information you may use it as a template or example and create your own custom logging hooks. + + This logging is done as a set of hooks to allow it to be customized + to any particular need. Modifying a hooks library is easier and + safer than updating the core code. In addition by using the hooks + features those users who don't need to log this information can + leave it out and avoid any performance penalties. +
Log File Naming @@ -181,13 +188,13 @@ path/base-name.CCYYMMDD.txt The "path" and "base-name" are supplied in the configuration as described below see - . The next part of the name is + . The next part of the name is the date the log file was started, with four digits for year, two digits for month and two digits for day. The file is rotated on a daily basis. When running Kea servers for both DHCPv4 and DHCPv6 the log names must - be distinct. See the examples in . + be distinct. See the examples in .
@@ -289,8 +296,8 @@ link address: 3001::1, hop count: 1, identified by remote-id:
-