[PR #1865] [MERGED] feat: api logging by pino #1894

Closed
opened 2026-02-26 20:31:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1865
Author: @dguyen
Created: 6/27/2025
Status: Merged
Merged: 6/27/2025
Merged by: @Mythie

Base: mainHead: feat/api-logging-pino


📝 Commits (1)

  • f70fedd feat: api logging by pino

📊 Changes

10 files changed (+394 additions, -121 deletions)

View changed files

📝 apps/remix/server/router.ts (+20 -1)
📝 package-lock.json (+190 -2)
📝 packages/api/hono.ts (+3 -1)
📝 packages/api/v1/middleware/authenticated.ts (+12 -0)
📝 packages/lib/package.json (+4 -2)
packages/lib/utils/logger-legacy.ts (+112 -0)
📝 packages/lib/utils/logger.ts (+27 -112)
📝 packages/trpc/server/context.ts (+8 -1)
📝 packages/trpc/server/trpc.ts (+17 -1)
📝 packages/trpc/utils/trpc-error-handler.ts (+1 -1)

📄 Description

Add API logging


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1865 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/api-logging-pino` --- ### 📝 Commits (1) - [`f70fedd`](https://github.com/documenso/documenso/commit/f70feddd4921d3c49c4f8afbe7fe21328c08a847) feat: api logging by pino ### 📊 Changes **10 files changed** (+394 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/server/router.ts` (+20 -1) 📝 `package-lock.json` (+190 -2) 📝 `packages/api/hono.ts` (+3 -1) 📝 `packages/api/v1/middleware/authenticated.ts` (+12 -0) 📝 `packages/lib/package.json` (+4 -2) ➕ `packages/lib/utils/logger-legacy.ts` (+112 -0) 📝 `packages/lib/utils/logger.ts` (+27 -112) 📝 `packages/trpc/server/context.ts` (+8 -1) 📝 `packages/trpc/server/trpc.ts` (+17 -1) 📝 `packages/trpc/utils/trpc-error-handler.ts` (+1 -1) </details> ### 📄 Description Add API logging --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1894
No description provided.