logger-smartify
Version:
A configurable logger using Winston with optional file rotation and custom levels
31 lines (30 loc) • 601 B
JSON
{
"name": "logger-smartify",
"version": "1.3.8",
"description": "A configurable logger using Winston with optional file rotation and custom levels",
"main": "index.js",
"license": "MIT",
"author": "Anji",
"files": [
"index.js",
"middleware.js"
],
"keywords": [
"logger",
"winston",
"logging",
"rotate",
"custom",
"debug",
"info",
"error"
],
"repository": {
"type": "git",
"url": "https://github.com/anjireddy502/logger-smartify.git"
},
"dependencies": {
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
}
}