#slf4j-aws-lambda is updated to follow upstream: 3.0.6
https://twitter.com/qos_ch/status/1636822098050940929
#cloudwatch #aws
Einfaches Trace-ID Logging in REST Anwendungen
Das Logging von Web-Anwendungen, bzw. allen Server-Anwendungen ist mit seinen eigenen kleinen Tücken versehen. Die üblichen, mehr oder wenig hilfreichen Log Anweisungen, die sich im Source Code tummeln, sorgen für einen steti
https://schegge.de/2023/02/einfaches-trace-id-logging-in-rest-anwendungen/
#AusdemLeben #BestPractices #Design-Pattern #Java #Spring #Web #Ancestor #Kibana #Logging #MappedDiagnosticContext #MDC #SLF4J #SpringBoot
#ausdemleben #bestpractices #Design #java #spring #web #ancestor #kibana #Logging #mappeddiagnosticcontext #mdc #slf4j #springboot
@RecursiveNeuron Well, I'm using #Java and #SLF4J but this is effectively the same as printf: writing information to the console (on the test environment only). Makes the console tell a story, so you can see where, when, and how your specific logic came off the rails. Using the IDE debugger feels more like taking a magnifying glass to a single grain of sand, but having no idea how it fits into the rest of the beach.