From 3a9542b7634111250aabf99b6e94e87b99c66988 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 21 Mar 2024 15:57:49 +0100 Subject: [PATCH] Typo --- 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 020ecf6eca..f786758d2a 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. -And example of a a log object:: +An example of a 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