]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2208] removed references of %l from logger pattern
authorRazvan Becheriu <razvan@isc.org>
Fri, 21 Jan 2022 14:16:14 +0000 (16:16 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 21 Jan 2022 16:23:04 +0000 (16:23 +0000)
AUTHORS
doc/sphinx/arm/hooks.rst

diff --git a/AUTHORS b/AUTHORS
index 05b7497b816fa7f4d2111aaee131651c19c6a25b..14310360ebabbc3347c8c6d34f51f7d45c39f2e3 100644 (file)
--- 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.
index d9528a8339d529997b77614bfaaa1c224f1ce2d4..96befa93642077741ce2eebe3ab8f0c0c9ba312c 100644 (file)
@@ -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%%"
                     }
                 }
             ]