Add Winston for log handling

- write log data to 'homepage.log'
This commit is contained in:
Jason Fischer
2022-09-20 20:16:04 -07:00
parent 539e0f005a
commit 280bb5fc81
6 changed files with 248 additions and 14 deletions

View File

@@ -32,7 +32,8 @@
"rutorrent-promise": "^2.0.0",
"shvl": "^3.0.0",
"swr": "^1.3.0",
"tough-cookie": "^4.1.2"
"tough-cookie": "^4.1.2",
"winston": "^3.8.2"
},
"devDependencies": {
"autoprefixer": "^10.4.9",