From 72e2dcd699a0340f75eb4423ae1b790bea499cc7 Mon Sep 17 00:00:00 2001 From: Kunal Karmakar Date: Mon, 23 Mar 2026 04:54:53 +0000 Subject: [PATCH] Add comment for log level --- config/config.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.example.json b/config/config.example.json index b2f78987c..88578701a 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -559,6 +559,7 @@ } }, "gateway": { + "_comment": "Default log level is set to 'fatal'. Other available options are 'debug', 'info', 'warn' and 'error'.", "host": "127.0.0.1", "port": 18790, "hot_reload": false,