Move LogEnvironmentInfo to StartupHelpers

This commit is contained in:
Patrick Barron
2023-01-27 18:24:53 -05:00
parent 421b062ca4
commit 0df899943f
3 changed files with 41 additions and 37 deletions

View File

@@ -148,7 +148,7 @@ namespace Jellyfin.Server
"Jellyfin version: {Version}",
Assembly.GetEntryAssembly()!.GetName().Version!.ToString(3));
ApplicationHost.LogEnvironmentInfo(_logger, appPaths);
StartupHelpers.LogEnvironmentInfo(_logger, appPaths);
// If hosting the web client, validate the client content path
if (startupConfig.HostWebClient())