aboutsummaryrefslogtreecommitdiff
path: root/src/util/logger.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dependency on env and add commentsKevin J Hoerr2022-04-041-4/+5
|
* Add lint check to pipelineKevin J Hoerr2021-09-251-1/+1
|
* Use nullish-coalescing op for env var assignmentsKevin J Hoerr2019-12-121-1/+1
|
* Add Jest to handle unit and integration testingKevin J Hoerr2019-12-111-10/+9
| | | | | | | | | | | | Wrote a couple of initial unit tests for some of the logic-heavy points in the application, being logger.ts and formats.ts. Evidently colorize() causes an error when transforming on the Format object that's returned. Since that is specific to the Console transport anyways, I just moved it to the transport, since the unit test was only testing the passed label in the returned Formats object. Also the bash template has some issues that I didn't test (oops), so those are fixed now.
* Add linting to project using EslintKevin J Hoerr2019-12-091-1/+9
|
* Add winston, express-winston to handle loggingKevin J Hoerr2019-12-081-0/+21