[PR #14044] [MERGED] Fix startup logger log file order #13807

Closed
opened 2026-02-07 07:19:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14044
Author: @theguymadmax
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @nielsvanvelzen

Base: masterHead: fix-log-file


📝 Commits (1)

  • 3cf213c Fix startup logger log file order

📊 Changes

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

View changed files

📝 Jellyfin.Server/ServerSetupApp/SetupServer.cs (+1 -1)

📄 Description

Changes
Changed the log file sorting from OrderBy to OrderByDescending

Issues
The startup logger was showing the oldest log file instead of the newest.


🔄 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/14044 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@nielsvanvelzen](https://github.com/nielsvanvelzen) **Base:** `master` ← **Head:** `fix-log-file` --- ### 📝 Commits (1) - [`3cf213c`](https://github.com/jellyfin/jellyfin/commit/3cf213c4fb58784c75e51eaf89d6fe256040a276) Fix startup logger log file order ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/ServerSetupApp/SetupServer.cs` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Changed the log file sorting from `OrderBy` to `OrderByDescending` **Issues** The startup logger was showing the oldest log file instead of the newest. --- <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 07:19:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13807