This is an automated email from the ASF dual-hosted git repository.
tmaret pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git
The following commit(s) were added to refs/heads/master by this push:
new 46e6849 SLING-10227: Improvement in distribution logging to log id
generated for binary reference and not log reference (#69)
46e6849 is described below
commit 46e6849ef00c4993cc882bba0ae9e28acdd73277
Author: Amit Jain <[email protected]>
AuthorDate: Tue Mar 23 17:07:31 2021 +0530
SLING-10227: Improvement in distribution logging to log id generated for
binary reference and not log reference (#69)
- Remove redundant logging
Co-authored-by: amjain <[email protected]>
---
.../distribution/journal/impl/publisher/PackageMessageFactory.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/distribution/journal/impl/publisher/PackageMessageFactory.java
b/src/main/java/org/apache/sling/distribution/journal/impl/publisher/PackageMessageFactory.java
index 6898e90..26116b5 100644
---
a/src/main/java/org/apache/sling/distribution/journal/impl/publisher/PackageMessageFactory.java
+++
b/src/main/java/org/apache/sling/distribution/journal/impl/publisher/PackageMessageFactory.java
@@ -124,8 +124,6 @@ public class PackageMessageFactory {
}
PackageMessage pipePackage = pkgBuilder.build();
- LOG.info("Created distribution package [{}] with length [{}]", pkgId,
pkgLength);
-
disPkg.delete();
return pipePackage;
}