Skip to content

Commit

Permalink
add backend logger
Browse files Browse the repository at this point in the history
  • Loading branch information
harishdeivanayagam committed Jan 16, 2025
1 parent 266cab8 commit 8fe9aad
Show file tree
Hide file tree
Showing 15 changed files with 316 additions and 23 deletions.
1 change: 1 addition & 0 deletions mockenv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ REDIS_PORT=[add your redis port in number ex "16747"]
REDIS_PASSWORD=[add your redis password]
REDIS_DB=[add your redis db in number ex "0"]
OPENAI_API_KEY=[add your openai api key]
LOGTAIL_TOKEN=[add your logtail token / or it defaults to console logging]
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"@aws-sdk/client-s3": "^3.723.0",
"@aws-sdk/s3-request-presigner": "^3.723.0",
"@hookform/resolvers": "^3.9.1",
"@logtail/node": "^0.5.2",
"@logtail/winston": "^0.5.2",
"@prisma/client": "6.1.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
Expand Down Expand Up @@ -77,6 +79,7 @@
"tsc-alias": "^1.8.10",
"vaul": "^1.1.2",
"weaviate-client": "^3.3.1",
"winston": "^3.17.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
Expand Down
Loading

0 comments on commit 8fe9aad

Please sign in to comment.