mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Merge pull request #1803 from Bond-009/revision
Don't log revision number
This commit is contained in:
commit
c1e8087b11
1 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,9 @@ namespace Jellyfin.Server
|
|||
Shutdown();
|
||||
};
|
||||
|
||||
_logger.LogInformation("Jellyfin version: {Version}", Assembly.GetEntryAssembly().GetName().Version);
|
||||
_logger.LogInformation(
|
||||
"Jellyfin version: {Version}",
|
||||
Assembly.GetEntryAssembly().GetName().Version.ToString(3));
|
||||
|
||||
ApplicationHost.LogEnvironmentInfo(_logger, appPaths);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue