mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
3263a241ab
* feat: logging package * chore: dependency * chore: pino * feat: request log * feat: log rotate * fix: gitignore * fix: gitignore * fix: middleware await * fix: test * docs: logging * feat: log error handler errors * feat: improve code * fix: response error log level * feat: log http body * feat: improve code * feat: improve code * feat: update docs * fix: error * feat: improve code * fix: deps * feat: update docs * fix: error * fix: colorize Co-authored-by: chenos <chenlinxh@gmail.com>
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "@nocobase/logger",
|
|
"version": "0.8.0-alpha.13",
|
|
"description": "nocobase logging library",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/logging"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"winston": "^3.8.2",
|
|
"winston-daily-rotate-file": "^4.7.1"
|
|
}
|
|
}
|