diff options
author | Stephen Morris <stephen@isc.org> | 2012-12-18 14:11:17 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2012-12-18 14:11:17 +0100 |
commit | b07567633570ebffebb13e92ae71d429967a7cb8 (patch) | |
tree | 7a73342e464c1251f53db2a0358426f1581ba80d /src/lib/dhcpsrv/dhcpsrv_log.h | |
parent | [2524] Added commit and rollback trace messages (diff) | |
download | kea-b07567633570ebffebb13e92ae71d429967a7cb8.tar.xz kea-b07567633570ebffebb13e92ae71d429967a7cb8.zip |
[2524] Add logging to configuration manager
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_log.h')
-rw-r--r-- | src/lib/dhcpsrv/dhcpsrv_log.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_log.h b/src/lib/dhcpsrv/dhcpsrv_log.h index 6a805dcef1..9b6350afd5 100644 --- a/src/lib/dhcpsrv/dhcpsrv_log.h +++ b/src/lib/dhcpsrv/dhcpsrv_log.h @@ -41,8 +41,14 @@ const int DHCPSRV_DBG_RESULTS = DBGLVL_TRACE_BASIC_DATA; /// @brief Additional information /// +/// Record detailed tracing. This is generally reserved for tracing access to +/// the lease database. +const int DHCPSRV_DBG_TRACE_DETAIL = DBGLVL_TRACE_DETAIL; + +/// @brief Additional information +/// /// Record detailed (and verbose) data on the server. -const int DHCPSRV_DBG_RTT = DBGLVL_TRACE_DETAIL_DATA; +const int DHCPSRV_DBG_TRACE_DETAIL_DATA = DBGLVL_TRACE_DETAIL_DATA; ///@} |