mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14243] [MERGED] Rework startup topic handling and reenable output to logging framework #13898
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/jellyfin/jellyfin/pull/14243
Author: @JPVenson
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @crobibero
Base:
master← Head:bugfix/StartupLogfileAndLogOutput📝 Commits (2)
8dce8f9Rework startup topic handling and reenable output to logging framework8acdf89Rename file📊 Changes
16 files changed (+255 additions, -60 deletions)
View changed files
📝
Jellyfin.Server/Migrations/JellyfinMigrationService.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MigrateKeyframeData.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDbCompatibilityCheck.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MigrateRatingLevels.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MoveExtractedFiles.cs(+1 -1)📝
Jellyfin.Server/Migrations/Routines/MoveTrickplayFiles.cs(+1 -1)📝
Jellyfin.Server/Migrations/Stages/CodeMigration.cs(+14 -4)📝
Jellyfin.Server/Program.cs(+7 -4)📝
Jellyfin.Server/ServerSetupApp/IStartupLogger.cs(+42 -1)📝
Jellyfin.Server/ServerSetupApp/SetupServer.cs(+3 -14)➕
Jellyfin.Server/ServerSetupApp/StartupLogTopic.cs(+31 -0)📝
Jellyfin.Server/ServerSetupApp/StartupLogger.cs(+50 -28)➕
Jellyfin.Server/ServerSetupApp/StartupLoggerExtensions.cs(+18 -0)➕
Jellyfin.Server/ServerSetupApp/StartupLoggerOfCategory.cs(+56 -0)📝
tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs(+27 -2)📄 Description
Startup log entries are now ensured to be written to logfile again
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.