mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
add cache file deletion error handling
This commit is contained in:
@@ -110,7 +110,7 @@ namespace MediaBrowser.Common.Implementations.Logging
|
||||
var logFile = new FileTarget
|
||||
{
|
||||
FileName = path,
|
||||
Layout = "${longdate} ${level} - ${logger}: ${message}"
|
||||
Layout = "${longdate} ${level} ${logger}: ${message}"
|
||||
};
|
||||
|
||||
logFile.Name = "ApplicationLogFile";
|
||||
|
||||
Reference in New Issue
Block a user