This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: Financial-Times/n-logger
Releases · Financial-Times/n-logger
Splunk Http Event Collector
Fixes bug where `CONSOLE_LOG_LEVEL` didn’t work for ages 😱
Fix log levels 😱 (#56) Looks like CONSOLE_LOG_LEVEL hasn’t worked since September! 🐿 v2.7.0
v5.5.8: fix failing builds (#50)
* dependency tidy * bump node * no npm-prepublish 🐿 v2.6.0 * use ignore instead of only in babel-register 🐿 v2.6.0
Fall back to old way of colourizing logs
Merge pull request #47 from Financial-Times/rb-re-enable-coloured-logs Re-colourise winston logs
Colorize existing console logger
v5.5.6 colorize existing console logger
Colourize logging.
Update tools/deps
Merge pull request #40 from Financial-Times/cleaning Spring clean
Babelify to node v4
Merge pull request #39 from Financial-Times/latest-babel Tidy babelifying
Handle equals sign in field value
Merge pull request #38 from Financial-Times/handle-value-with-equals Handle equals sign in field value
Lambda-compatible logging
Lambda-compatible logging (#37) * rename main logger to app-logger * split up logic and introduce simpler function (browser/Lambda) logger * clearer explanation * lint fixes