This commit is contained in:
shoopea
2023-07-31 11:10:41 +02:00
parent f4487acb47
commit 4a0f110663
2 changed files with 7 additions and 4 deletions

View File

@@ -237,6 +237,9 @@ func (c *Config) Cleanup(e *Email) {
log.WithFields(log.Fields{"box": b.name, "fs": fs.path}).Warnf("managed")
e.AddItem(fmt.Sprintf(" - Dest : Folder managed (%s)", b.name+":"+fs.path))
}
if fs.managed {
log.WithFields(log.Fields{"box": b.name, "fs": fs.path, "src": len(fs.srcApps), "dest": len(fs.destApps)}).Warnf("managed")
}
}
}
}