jfrog / nexus2artifactory

NexusToArtifactory - A tool designed to ease migration from Sonatype Nexus to JFrog Artifactory.
Apache License 2.0
67 stars 54 forks source link

Logging #49

Closed kb7791 closed 4 years ago

kb7791 commented 4 years ago

Hi @DarthFennec ,

Quick question about Run the migration". During the migration process certain artifacts might errors during the transfer. Ids there any logging that might give me some detail on what artifacts had errors and why?

DarthFennec commented 4 years ago

There is logging, but you have to enable it. As detailed in the readme, you can enable logging by passing the following options:

./NexusToArtifactory.py -v debug -l logfile.log

This example will log everything to a file logfile.log.

kb7791 commented 4 years ago

Thanks DarthFennec