mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-26 05:05:54 +03:00
[PR #199] [MERGED] fix/198: logging improvements and API handlers #268
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/198📝 Commits (1)
c33e4f0chore: 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.