From 2ae567f3d9980408a72718b53d74631572eeb4e4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:45:49 -0400 Subject: [PATCH] spelling: a Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/docs/appendices/structuredlogging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/appendices/structuredlogging.rst b/pdns/recursordist/docs/appendices/structuredlogging.rst index f786758d2a..32c1dc99f0 100644 --- a/pdns/recursordist/docs/appendices/structuredlogging.rst +++ b/pdns/recursordist/docs/appendices/structuredlogging.rst @@ -104,7 +104,7 @@ To query the log, use a command similar to:: The ``json`` backend -------------------- The ``json`` structured logging backend has been added in version 5.1.0 and uses the same keys and values as the default backend. -An example of a a log object:: +An example of a log object:: {"level": "0", "limit": "10765", "msg": "Raised soft limit on number of filedescriptors to match max-mthreads and threads settings", "priority": "4", "subsystem": "config", "tid": "0", "ts": "1709285994.851"} -- 2.47.2