Skip to content

Commit b36ba46

Browse files
committed
Update dependencies and refactor logging in server and airbyte setup
- Added new dependencies: chalk, pino, and pino-pretty for enhanced logging capabilities. - Replaced debug logging with structured logging using createLogger in server.ts and airbyte/setup.ts. - Updated logging statements to use appropriate log levels (info, error) for better clarity and consistency.
1 parent f21dde8 commit b36ba46

File tree

5 files changed

+274
-36
lines changed

5 files changed

+274
-36
lines changed

webapp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"big-bitfield": "^1.2.1",
7676
"body-parser": "^1.20.2",
7777
"bullmq": "^4.13.0",
78+
"chalk": "^5.4.1",
7879
"class-variance-authority": "^0.7.1",
7980
"clsx": "^2.1.1",
8081
"cmdk": "^1.0.4",
@@ -115,6 +116,8 @@
115116
"passport-hubspot-oauth2": "^1.0.3",
116117
"passport-stripe": "^0.2.3",
117118
"pdf.js-extract": "^0.2.1",
119+
"pino": "^9.7.0",
120+
"pino-pretty": "^13.0.0",
118121
"posthog-js": "^1.88.4",
119122
"posthog-node": "^4.1.0",
120123
"prettier": "^3.3.3",

webapp/pnpm-lock.yaml

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)