mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
updated loggly to only report upgrade logs.
This commit is contained in:
parent
635e206e03
commit
44950c212e
3 changed files with 3 additions and 5 deletions
|
@ -196,6 +196,8 @@ namespace NzbDrone.Common
|
|||
{
|
||||
var destFile = Path.Combine(target, sourceFile.Name);
|
||||
|
||||
Logger.Trace("{0} {1} -> {2}", transferAction, sourceFile, destFile);
|
||||
|
||||
switch (transferAction)
|
||||
{
|
||||
case TransferAction.Copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue