From b7394a62960af3cfd57d411d581350f8f24fe6f4 Mon Sep 17 00:00:00 2001 From: akumar Date: Fri, 28 Jun 2024 14:25:40 +0200 Subject: [PATCH] fix: ES log level --- cfg/config_production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/config_production.json b/cfg/config_production.json index f4816e4..6ff156b 100644 --- a/cfg/config_production.json +++ b/cfg/config_production.json @@ -1,7 +1,7 @@ { "logger": { "elasticsearch": { - "level": "error", + "level": "info", "clientOpts": { "node": "http://elasticsearch:9200" },