]> granicus.if.org Git - pdns/commitdiff
Clarify log
authorJP Mens <jpmens@gmail.com>
Thu, 5 Nov 2015 13:42:23 +0000 (14:42 +0100)
committerJP Mens <jpmens@gmail.com>
Thu, 5 Nov 2015 13:42:23 +0000 (14:42 +0100)
docs/markdown/authoritative/backend-remote.md

index fc5135d91dbd784fe3215cbe9abd57fd424d5dfa..783d642744c182a9ce1b5d9f63305dec834ac9d0 100644 (file)
@@ -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`