Skip to content

Commit

Permalink
fixup! fixup! fixup! Delay/cache logger initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nikostoulas committed Dec 5, 2023
1 parent a37a821 commit 7f100aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7f100aa

Please sign in to comment.