Skip to content

Releases: villadora/express-bunyan-logger

Version 1.3.3

24 Mar 04:01
e20c0f2
Compare
Choose a tag to compare

Fix Security Issues:

  • Bump dependencies to fix the security issue with useragent (#51 )

Version 1.3.0

01 Jun 21:19
741a741
Compare
Choose a tag to compare

Features:

Add options.obfuscate support (#34)
It allows to you to obfuscate nested properties of the logged json.
e.g.

bunyanLogger({
  obfuscate: ['req.headers.Authorization', 'req.body.password']
}))

Please consult the readme for more details:
https://github.com/villadora/express-bunyan-logger#optionsobfuscate

Version 1.2.0

30 Oct 08:28
Compare
Choose a tag to compare

Features:

  • Add options.includesFn support
  • Pass metadata to options.levelFn

Bugfixes:

  • Fix options.immediate to only log immediately and not when the responds gets sent