Skip to content

Releases: UKHomeOffice/rtp-logger

v4.0.0 New logging format

Choose a tag to compare

@noels noels released this 09 Nov 16:41
9fb26db

This release introduces a new logging format required for our ELK stack.

Refactored pattern

Choose a tag to compare

@barbaracassani barbaracassani released this 18 Mar 11:34

Instead of using a singleton that relied on npm to cache it, we are now instantiating the logger on demand and publishing the instance on the global space. This allows it to work in the same way if cached or not cached.