mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
reduce logfile name
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MediaBrowser.ServerApplication
|
||||
/// <value>The name of the log file prefix.</value>
|
||||
protected override string LogFilePrefixName
|
||||
{
|
||||
get { return "Server"; }
|
||||
get { return "server"; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user