From: Razvan Becheriu Date: Fri, 21 Jan 2022 14:16:14 +0000 (+0200) Subject: [#2208] removed references of %l from logger pattern X-Git-Tag: Kea-2.1.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc12686adf93d0944b3cc91b67fce09dc45b138;p=thirdparty%2Fkea.git [#2208] removed references of %l from logger pattern --- diff --git a/AUTHORS b/AUTHORS index 05b7497b81..14310360eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -244,4 +244,5 @@ We have received the following contributions: - Peter Tirsek 2022-01: Patch that adds new parameter "timestamp-format" in forensic log hook library to be able to configure the timestamp format for log - file. + file. Also adds the '%Q' extra format which adds the microseconds + subunits. diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index d9528a8339..96befa9364 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -757,7 +757,7 @@ Examples: "parameters": { "path": "/var/lib/kea/log", "base-name": "kea-forensic6", - "timestamp-format": "%l%t%w %F%%" + "timestamp-format": "%H%t%w %F%%" } } ]