mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Major logging overhaul
This commit is contained in:
parent
953024cd40
commit
2f3430387e
102 changed files with 284 additions and 238 deletions
|
@ -46,7 +46,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
if (_diskProvider.FileExists(file.Path))
|
||||
{
|
||||
_logger.Trace("Removing existing episode file: {0}", file);
|
||||
_logger.Debug("Removing existing episode file: {0}", file);
|
||||
_recycleBinProvider.DeleteFile(file.Path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue