From: JP Mens Date: Thu, 5 Nov 2015 13:42:23 +0000 (+0100) Subject: Clarify log X-Git-Tag: dnsdist-1.0.0-alpha1~243^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1e82321aebd6bbae8b01f2223181ff34314bd27;p=pdns Clarify log --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index fc5135d91..783d64274 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -79,7 +79,7 @@ HTTP connector calls methods based on URL and has parameters in the query string ## Replies You **must** always reply with JSON hash with at least one key, 'result'. This must be boolean false if the query failed. Otherwise it must conform to the expected result. For HTTP connector, to signal bare success, you can just reply with HTTP 200 OK, and omit any output. This will result in same outcome as sending {"result":true}. -You can optionally add 'log' array, each line in this array will be logged in PowerDNS. +You can optionally add an array of strings to the 'log' array; each line in this array will be logged in PowerDNS at loglevel `info` (6). ## Methods ### `initialize`