[PR #2248] [MERGED] feature(mobile): configurable log level #9459

Closed
opened 2026-02-05 14:05:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2248
Author: @fyfrey
Created: 4/14/2023
Status: Merged
Merged: 4/14/2023
Merged by: @alextran1502

Base: mainHead: dev/configurable-app-logging


📝 Commits (2)

  • 35dbfb8 feature(mobile): configurable log level
  • 0873aab increase maxLogEntries to 500

📊 Changes

6 files changed (+73 additions, -17 deletions)

View changed files

📝 mobile/lib/modules/settings/services/app_settings.service.dart (+3 -6)
📝 mobile/lib/modules/settings/ui/advanced_settings/advanced_settings.dart (+31 -0)
📝 mobile/lib/shared/models/store.dart (+1 -0)
📝 mobile/lib/shared/services/immich_logger.service.dart (+6 -2)
📝 mobile/lib/shared/services/sync.service.dart (+29 -8)
📝 mobile/lib/utils/migration.dart (+3 -1)

📄 Description

Adds a slider in the advanced settings to configure the log level of the app. Changing this only affects new messages.

Add some more fine-grained logging to the sync service to help figure out some duplicate asset issues.


🔄 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/2248 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 4/14/2023 **Status:** ✅ Merged **Merged:** 4/14/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/configurable-app-logging` --- ### 📝 Commits (2) - [`35dbfb8`](https://github.com/immich-app/immich/commit/35dbfb89ec2ac8cf236fb97836ac3114a6db6556) feature(mobile): configurable log level - [`0873aab`](https://github.com/immich-app/immich/commit/0873aabfe969a9291375df147443d8e1079578d1) increase maxLogEntries to 500 ### 📊 Changes **6 files changed** (+73 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/settings/services/app_settings.service.dart` (+3 -6) 📝 `mobile/lib/modules/settings/ui/advanced_settings/advanced_settings.dart` (+31 -0) 📝 `mobile/lib/shared/models/store.dart` (+1 -0) 📝 `mobile/lib/shared/services/immich_logger.service.dart` (+6 -2) 📝 `mobile/lib/shared/services/sync.service.dart` (+29 -8) 📝 `mobile/lib/utils/migration.dart` (+3 -1) </details> ### 📄 Description Adds a slider in the advanced settings to configure the log level of the app. Changing this only affects new messages. Add some more fine-grained logging to the sync service to help figure out some duplicate asset issues. --- <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 14:05:10 +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#9459