Skip to content

Releases: nuttmeister/llogger

Fixed bugfix with new context not being set

15 Aug 02:38
cd2840f
Compare
Choose a tag to compare

Fixed issue where new context not being correctly set.

Added ability to update context

15 Aug 01:34
867bd00
Compare
Choose a tag to compare

Added the ability to update the context after the llogger.Client has been created.
This means you can now use static log function in lambda and update it's context,
without having to recreate it for each warm start.