monkeytype/backend/middlewares
Rizwan Mustafa 020ac5cb24
Add logging support from Winston with colored output (#2774)
* Converted initial outputs to color outputs

* Some more coloring

* Colored all error outputs

* Completed coloring of outputs

* Created basic logger instance

* Moved over to Winston for logging

* Remove unnnecessary stuff

* Added max file size

* Renamed log to logToDb

* minor refactor and added tab separation with timestamps

* Some changes. Thanks Bruception

* Created wrapper for logger

* Tiny refactor

* Some fixes

* Some fixes

* Update example env

* Remove general

* using default yellow, making colors bold

* removed square brackets

* removed square brackets

* using logger instead of console log

* updated timestamp format

* moved comment up

* Fixed typo

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-03-27 11:29:11 -04:00
..
ape-rate-limit.ts added rate limiting for ape key endpoints 2022-03-06 18:33:20 +01:00
api-utils.ts Add error handling for bad requests (#2654) by bruce 2022-03-07 22:16:42 +01:00
auth.ts Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
context.ts Enable strict null checks in backend (#2639) 2022-03-07 11:10:07 -05:00
error.ts Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
rate-limit.ts Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00