mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
add more methods to IFileSystem
This commit is contained in:
@@ -208,7 +208,7 @@ namespace MediaBrowser.Common.Implementations.Logging
|
||||
{
|
||||
LogFilePath = Path.Combine(LogDirectory, LogFilePrefix + "-" + decimal.Round(DateTime.Now.Ticks / 10000000) + ".txt");
|
||||
|
||||
_fileSystem.CreateDirectory(Path.GetDirectoryName(LogFilePath));
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(LogFilePath));
|
||||
|
||||
AddFileTarget(LogFilePath, level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user