Github user ecki commented on a diff in the pull request:
https://github.com/apache/archiva/pull/18#discussion_r41811949
--- Diff:
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultRepositoriesService.java
---
@@ -482,6 +482,7 @@ public Boolean copyArtifact( ArtifactTransferRequest
artifactTransferRequest )
"Artifact \'" + artifactTransferRequest.getGroupId() + ":"
+ artifactTransferRequest.getArtifactId()
+ ":" + artifactTransferRequest.getVersion() + "\' was
successfully deployed to repository \'"
+ artifactTransferRequest.getTargetRepositoryId() +
"\'";
+ log.debug("copyArtifact {}", msg);
--- End diff --
Other option is to remove String msg completely. Or should it be logged as
INFO?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---