From 7f100aa57cbafa040ba7d6951d220bf30fd40408 Mon Sep 17 00:00:00 2001 From: Nikos Kostoulas Date: Tue, 5 Dec 2023 15:24:41 +0200 Subject: [PATCH] fixup! fixup! fixup! Delay/cache logger initialization --- docs/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logs.md b/docs/logs.md index 6c8e4a01..1f0723df 100644 --- a/docs/logs.md +++ b/docs/logs.md @@ -64,7 +64,7 @@ e.g.: `LOG_CATEGORIES_ORKA_KAFKA=warn LOG_JSON=false node app.js` Note that log4js supports changing all orka.* log levels not specifically set to a different level by changing -the okra level. +the orka level. Changing the orka level will not change the orka.kafka.consumer and orka.kafka.producer level as those levels are specifically set to info by default. You need to overwrite those values too in order to change them.