[PR #4720] [MERGED] Add overloaded constructor for ActivityLog levels #10242

Closed
opened 2026-02-07 06:16:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4720
Author: @heyhippari
Created: 12/7/2020
Status: Merged
Merged: 12/14/2020
Merged by: @joshuaboniface

Base: masterHead: activity-log-levels


📝 Commits (1)

  • f97182c Add log level parameter to ActivityLog constructor

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 Jellyfin.Data/Entities/ActivityLog.cs (+3 -2)

📄 Description

Changes

  • Changes the default log level for the existing ActivityLog constructor to "Information" instead of "Trace"
    Trace is basically the nuclear option, yet currently every activity log entry uses it. This switches the default to Information, so the log level is more sane
  • Adds an overloaded constructor to allow specifying the log level. This goes hand in hand with the previous change, in order to allow future PRs to specify better log levels for individual entries

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/jellyfin/jellyfin/pull/4720 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 12/7/2020 **Status:** ✅ Merged **Merged:** 12/14/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `activity-log-levels` --- ### 📝 Commits (1) - [`f97182c`](https://github.com/jellyfin/jellyfin/commit/f97182c768d836afe376583921fdc1a4cb159786) Add log level parameter to ActivityLog constructor ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Data/Entities/ActivityLog.cs` (+3 -2) </details> ### 📄 Description **Changes** * Changes the default log level for the existing ActivityLog constructor to "Information" instead of "Trace" Trace is basically the nuclear option, yet currently every activity log entry uses it. This switches the default to Information, so the log level is more sane * Adds an overloaded constructor to allow specifying the log level. This goes hand in hand with the previous change, in order to allow future PRs to specify better log levels for individual entries **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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-07 06:16:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10242