[PR #685] [MERGED] feat(server): add additional logging level #8723

Closed
opened 2026-02-05 13:52:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/685
Author: @alextran1502
Created: 9/13/2022
Status: Merged
Merged: 9/13/2022
Merged by: @alextran1502

Base: mainHead: dev/add-logging-level


📝 Commits (1)

  • 7bc0112 Added Log level to background service

📊 Changes

6 files changed (+89 additions, -37 deletions)

View changed files

📝 docker/.env.example (+5 -0)
📝 server/apps/microservices/src/microservices.module.ts (+39 -32)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+11 -0)
📝 server/apps/microservices/src/processors/thumbnail.processor.ts (+29 -5)
📝 server/libs/common/src/config/app.config.ts (+1 -0)
server/libs/common/src/constants/log-level.constant.ts (+4 -0)

📄 Description

No description provided


🔄 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/immich-app/immich/pull/685 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/13/2022 **Status:** ✅ Merged **Merged:** 9/13/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/add-logging-level` --- ### 📝 Commits (1) - [`7bc0112`](https://github.com/immich-app/immich/commit/7bc0112ce97d0d45776594ccbc09cb855419173b) Added Log level to background service ### 📊 Changes **6 files changed** (+89 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+5 -0) 📝 `server/apps/microservices/src/microservices.module.ts` (+39 -32) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+11 -0) 📝 `server/apps/microservices/src/processors/thumbnail.processor.ts` (+29 -5) 📝 `server/libs/common/src/config/app.config.ts` (+1 -0) ➕ `server/libs/common/src/constants/log-level.constant.ts` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8723