mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[PR #131] [MERGED] Logging #225
Reference in New Issue
Block a user
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/Drop-OSS/drop/pull/131
Author: @Huskydog9988
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/8/2025
Merged by: @DecDuck
Base:
develop← Head:logging📝 Commits (6)
dd9a32dci: pull version from package.json on builde959e11fix: implicit any typeb5048adfeat: inital support for logger9d4aba3style: fix lint65a214efeat: move more logging over to pinoe0822c4fix: logging around company importing📊 Changes
33 files changed (+485 additions, -175 deletions)
View changed files
📝
components/GameEditor/Metadata.vue(+1 -1)📝
components/GamePanel.vue(+3 -1)📝
components/NewsArticleCreateButton.vue(+1 -1)📝
components/OptionWrapper.vue(+4 -4)📝
components/UploadFileDialog.vue(+1 -1)📝
composables/task.ts(+3 -2)📝
nuxt.config.ts(+54 -11)📝
package.json(+3 -1)📝
plugins/error-handler.ts(+3 -1)📝
server/api/v1/auth/signin/simple.post.ts(+2 -1)📝
server/api/v1/notifications/ws.get.ts(+2 -1)📝
server/internal/acls/index.ts(+0 -3)📝
server/internal/auth/index.ts(+4 -3)📝
server/internal/auth/oidc/index.ts(+2 -1)📝
server/internal/library/index.ts(+4 -4)➕
server/internal/logging/index.ts(+12 -0)📝
server/internal/metadata/giantbomb.ts(+18 -10)📝
server/internal/metadata/igdb.ts(+24 -11)📝
server/internal/metadata/index.ts(+7 -9)📝
server/internal/metadata/manual.ts(+2 -2)...and 13 more files
📄 Description
Very basic outline of server side logging. This switches everything over to pino for logging, including tasks. In future, this will allow for rotating logs, or whatever else would want to be done with the logs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.