From 686b961bacde3ec6406863ed9c36c1b141d771e2 Mon Sep 17 00:00:00 2001 From: Ho3ein Date: Sat, 3 Feb 2024 15:10:55 +0330 Subject: [PATCH] Updated Common questions and problems (markdown) --- Common-questions-and-problems.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" }, ```