[PR #199] [MERGED] fix/198: logging improvements and API handlers #268

Closed
opened 2026-02-26 12:40:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/199
Author: @michelroegl-brunner
Created: 10/20/2025
Status: Merged
Merged: 10/20/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/198


📝 Commits (1)

  • c33e4f0 chore: commit via Cursor on 2025-10-20

📊 Changes

13 files changed (+336 additions, -54 deletions)

View changed files

📝 server.js (+3 -0)
📝 src/app/api/servers/[id]/route.ts (+16 -14)
📝 src/app/api/servers/generate-keypair/route.ts (+4 -3)
📝 src/app/api/servers/route.ts (+14 -13)
📝 src/app/api/settings/auth-credentials/route.ts (+13 -12)
📝 src/app/api/settings/github-token/route.ts (+9 -8)
📝 src/app/api/trpc/[trpc]/route.ts (+2 -3)
📝 src/server/db.ts (+3 -1)
src/server/logging/globalHandlers.ts (+21 -0)
src/server/logging/logger.ts (+81 -0)
src/server/logging/prismaSafeError.ts (+36 -0)
src/server/logging/redact.ts (+86 -0)
src/server/logging/withApiLogging.ts (+48 -0)

📄 Description

Automated PR from Cursor. Includes logging modules and API stability edits.


🔄 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/community-scripts/ProxmoxVE-Local/pull/199 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/198` --- ### 📝 Commits (1) - [`c33e4f0`](https://github.com/community-scripts/ProxmoxVE-Local/commit/c33e4f004e6ac0bae0de2ae53c325b8d5f32792c) chore: commit via Cursor on 2025-10-20 ### 📊 Changes **13 files changed** (+336 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `server.js` (+3 -0) 📝 `src/app/api/servers/[id]/route.ts` (+16 -14) 📝 `src/app/api/servers/generate-keypair/route.ts` (+4 -3) 📝 `src/app/api/servers/route.ts` (+14 -13) 📝 `src/app/api/settings/auth-credentials/route.ts` (+13 -12) 📝 `src/app/api/settings/github-token/route.ts` (+9 -8) 📝 `src/app/api/trpc/[trpc]/route.ts` (+2 -3) 📝 `src/server/db.ts` (+3 -1) ➕ `src/server/logging/globalHandlers.ts` (+21 -0) ➕ `src/server/logging/logger.ts` (+81 -0) ➕ `src/server/logging/prismaSafeError.ts` (+36 -0) ➕ `src/server/logging/redact.ts` (+86 -0) ➕ `src/server/logging/withApiLogging.ts` (+48 -0) </details> ### 📄 Description Automated PR from Cursor. Includes logging modules and API stability edits. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:40:48 +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/ProxmoxVE-Local#268
No description provided.