Просмотр исходного кода

Update Jellyfin.Server/Helpers/StartupHelpers.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
Peaches_MLG 1 год назад
Родитель
Сommit
b9c93938d9
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Jellyfin.Server/Helpers/StartupHelpers.cs

+ 3 - 3
Jellyfin.Server/Helpers/StartupHelpers.cs

@@ -57,9 +57,9 @@ public static class StartupHelpers
         logger.LogInformation("User Interactive: {IsUserInteractive}", Environment.UserInteractive);
         logger.LogInformation("User Interactive: {IsUserInteractive}", Environment.UserInteractive);
         logger.LogInformation("Processor count: {ProcessorCount}", Environment.ProcessorCount);
         logger.LogInformation("Processor count: {ProcessorCount}", Environment.ProcessorCount);
         logger.LogInformation("Program data path: {ProgramDataPath}", appPaths.ProgramDataPath);
         logger.LogInformation("Program data path: {ProgramDataPath}", appPaths.ProgramDataPath);
-        logger.LogInformation("Log Directory Path: {LogDirectoryPath}", appPaths.LogDirectoryPath);
-        logger.LogInformation("Config Directory Path: {ConfigurationDirectoryPath}", appPaths.ConfigurationDirectoryPath);
-        logger.LogInformation("Cache Path: {CachePath}", appPaths.CachePath);
+        logger.LogInformation("Log directory path: {LogDirectoryPath}", appPaths.LogDirectoryPath);
+        logger.LogInformation("Config directory path: {ConfigurationDirectoryPath}", appPaths.ConfigurationDirectoryPath);
+        logger.LogInformation("Cache path: {CachePath}", appPaths.CachePath);
         logger.LogInformation("Web resources path: {WebPath}", appPaths.WebPath);
         logger.LogInformation("Web resources path: {WebPath}", appPaths.WebPath);
         logger.LogInformation("Application directory: {ApplicationPath}", appPaths.ProgramSystemPath);
         logger.LogInformation("Application directory: {ApplicationPath}", appPaths.ProgramSystemPath);
     }
     }