Don't log revision number
This commit is contained in:
parent
e4d5e5bf91
commit
4f63bfd616
|
@ -125,7 +125,9 @@ namespace Jellyfin.Server
|
||||||
Shutdown();
|
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);
|
ApplicationHost.LogEnvironmentInfo(_logger, appPaths);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user