Discussed in #2375
Originally posted by vhf-cmatejka January 30, 2026
Hello,
are there any plans to add support for ch.qos.logback.classic.spi.ILoggingEvent's KVPs?
We are currently migrating the logging in our Lambdas to AWS Powertools but we make heavy use of SLF4J's fluent API and KVPs are ignored by software.amazon.lambda.powertools.logging.logback.LambdaJsonEncoder.
Discussed in #2375
Originally posted by vhf-cmatejka January 30, 2026
Hello,
are there any plans to add support for
ch.qos.logback.classic.spi.ILoggingEvent's KVPs?We are currently migrating the logging in our Lambdas to AWS Powertools but we make heavy use of SLF4J's fluent API and KVPs are ignored by
software.amazon.lambda.powertools.logging.logback.LambdaJsonEncoder.