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

Add summary output even for less verbose options #34

Closed patbat95008 closed 5 years ago

patbat95008 commented 5 years ago

Some users need the Nexus2Artifactory script to run quickly without much output, but need the summary to validate the migration was successful.

The "info" log level can slow the script as it has to print each event to the log file.

The script should print out a summary to the standard output or log file even if the -v warn or -v error log level is specified.

DarthFennec commented 5 years ago

Changed the log level of the summary to CRITICAL, so it will show up even if you set the log filter to a high level.