Skip to content

Commit

Permalink
refactor: Implement centralized logging with pino for improved error …
Browse files Browse the repository at this point in the history
…handling and debugging
  • Loading branch information
wajeht committed Sep 7, 2024
1 parent fa2f486 commit d912f7a
Show file tree
Hide file tree
Showing 21 changed files with 444 additions and 68 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"laravel",
"mailhot",
"Millis",
"multistream",
"Neue",
"normies",
"pino",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ web 2.0 style notification systems for discord, email, and sms
- [x] encrypt all configs
- [x] basic faqs
- [x] performance tuning - sql/handlers
- [x] structure logging instead of console.log - use pino
- [ ] self hosted docs
- [ ] tests
- [ ] adjust styles for mobile
- [ ] validations on all routes
- [ ] rbac on all handlers
- [ ] structure logging instead of console.log - use pino

# 📑 Docs

Expand Down
Empty file added logs/.gitkeep
Empty file.
Loading

0 comments on commit d912f7a

Please sign in to comment.