mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Adjusted logfile name
This commit is contained in:
parent
6d8c61f6a8
commit
bcd1a1ca7a
@ -79,7 +79,7 @@ namespace MediaBrowser.Common.Kernel
|
||||
|
||||
DateTime now = DateTime.Now;
|
||||
|
||||
LogFilePath = Path.Combine(ApplicationPaths.LogDirectoryPath, Assembly.GetExecutingAssembly().GetType().Name + "-" + now.ToString("dMyyyy") + "-" + now.Ticks + ".log");
|
||||
LogFilePath = Path.Combine(ApplicationPaths.LogDirectoryPath, "log-" + now.ToString("dMyyyy") + "-" + now.Ticks + ".log");
|
||||
|
||||
FileStream fs = new FileStream(LogFilePath, FileMode.Append, FileAccess.Write, FileShare.Read);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user