[READ-ONLY] Mirror of https://github.com/FoxxMD/logging. A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects foxxmd.github.io/logging
child-logger logging logging-library nodejs pinojs typescript-library
0

Configure Feed

Select the types of activity you want to include in your feed.

logging / .mocharc.json
118 B 7 lines
1{ 2 "reporter": "dot", 3 "extension": "ts", 4 "import": "tsx/esm", 5 "spec": "./tests/**/*.test.ts", 6 "exit": true 7}