diff --git a/Common-questions-and-problems.md b/Common-questions-and-problems.md index eb993a7..e2ad150 100644 --- a/Common-questions-and-problems.md +++ b/Common-questions-and-problems.md @@ -188,9 +188,10 @@ sysctl net.ipv4.ip_forward=0 ``` "log": { - "loglevel": "warning", "access": "./access.log", - "error": "./error.log" + "dnsLog": false, + "error": "./error.log", + "loglevel": "warning" }, ```