From: Francis Dupont Date: Mon, 30 Mar 2020 15:28:13 +0000 (+0200) Subject: [#1150] Added ChangeLog entry X-Git-Tag: Kea-1.7.7~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be78e6b35596de2db46c591d41b02991030c597d;p=thirdparty%2Fkea.git [#1150] Added ChangeLog entry --- diff --git a/ChangeLog b/ChangeLog index eee0d647ce..dd6624e950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1736. [doc] fdupont + A default logging syntax has been updated to reflect recently added + multi-threading capabilities. The process is now identifier by + name/process-id.thread-id, kea-dhcp4.dhcpsrv/8475.12345, where + 12345 is the thread-id. Its exact syntax is OS dependent. The + logging syntax can be tweaked using `pattern` option for logging. + (Gitlab #1150) + Kea 1.7.6 released on Mar 25, 2020 1735. [func] wlodek