From b1e82321aebd6bbae8b01f2223181ff34314bd27 Mon Sep 17 00:00:00 2001 From: JP Mens Date: Thu, 5 Nov 2015 14:42:23 +0100 Subject: [PATCH] Clarify log --- docs/markdown/authoritative/backend-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.40.0