From 867e89e75586817a110177797236155404f5dc59 Mon Sep 17 00:00:00 2001 From: akumar Date: Fri, 28 Jun 2024 14:27:08 +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 d892ee6..6871996 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" },