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

4
.gitignore vendored
View File

@@ -19,6 +19,10 @@
.DS_Store
*.pem
# log files
error.log
homepage.log
# debug
npm-debug.log*
yarn-debug.log*