UNPKG

@atton16/logger

Version:

A pre-configured winston logger for web services.

56 lines (25 loc) 2.1 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.5.3](https://github.com/atton16/logger/compare/v1.5.2...v1.5.3) (2021-09-11) ### [1.5.2](https://github.com/atton16/logger/compare/v1.5.1...v1.5.2) (2021-04-08) ### [1.5.1](https://github.com/atton16/logger/compare/v1.5.0...v1.5.1) (2021-03-03) ## [1.5.0](https://github.com/atton16/logger/compare/v1.4.1...v1.5.0) (2021-03-03) ### Features * add color, timestamp, transports configuration support ([825668f](https://github.com/atton16/logger/commit/825668f91ccde9cf66ca75f40910266576ee8717)) ### [1.4.1](https://github.com/atton16/logger/compare/v1.4.0...v1.4.1) (2020-07-22) ## [1.4.0](https://github.com/atton16/logger/compare/v1.3.1...v1.4.0) (2020-06-26) ### Features * **SkipResponseBody:** add express-compatible middleware ([ae58e62](https://github.com/atton16/logger/commit/ae58e629a086e0670bcf1a7daa28fb83d96c5b51)) ### Bug Fixes * fix crashes when server response without content type (i.e. 304 Not Modified) ([fcf263c](https://github.com/atton16/logger/commit/fcf263cfe4402d74e5b13335b019f1c0a4172965)) ### [1.3.1](https://github.com/atton16/logger/compare/v1.3.0...v1.3.1) (2020-06-19) ## [1.3.0](https://github.com/atton16/logger/compare/v1.2.1...v1.3.0) (2020-06-19) ### Features * **appName:** Support setting app name ([70dd4dc](https://github.com/atton16/logger/commit/70dd4dc830caefffcf946165993506c2455aa5c9)) ### [1.2.1](https://github.com/atton16/logger/compare/v1.2.0...v1.2.1) (2020-06-16) ## [1.2.0](https://github.com/atton16/logger/compare/v1.1.0...v1.2.0) (2020-06-16) ### Features * **File:** default log to file ([0fcfba9](https://github.com/atton16/logger/commit/0fcfba93986e7b3ebdac9f6344dcc11be51ed712)) ## [1.1.0](https://github.com/atton16/logger/compare/v1.0.0...v1.1.0) (2020-06-16) ### Features * **ActivityLog:** add activity logging middleware ([b60ee36](https://github.com/atton16/logger/commit/b60ee3633968fa6ae979eef7914c0e4fe465a6de))