Closed twalker closed 5 years ago
This improves logging by:
Prefixing log entries to distinguish mocker entries from other output.
Adds info, warn, and error colored levels to logger.
info
warn
error
More consistently log information for mock responses using middleware.
This is an implementation for issue #92
Looks great! Thanks a lot.
Addresses issue #92
This improves logging by:
Prefixing log entries to distinguish mocker entries from other output.
Adds
info
,warn
, anderror
colored levels to logger.More consistently log information for mock responses using middleware.
This is an implementation for issue #92