From: Otto Moerbeek Date: Thu, 21 Mar 2024 14:57:49 +0000 (+0100) Subject: Typo X-Git-Tag: rec-5.1.0-alpha1~102^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13842%2Fhead;p=thirdparty%2Fpdns.git Typo --- 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"}