jfrog / artifactory-scripts

Scripts for Artifactory (Usually, for REST API), community driven.
Apache License 2.0
148 stars 166 forks source link

Optional verbose logging for filestoreIntegrity.py #26

Open jantman opened 6 years ago

jantman commented 6 years ago

The filestoreIntegrity.py script as currently written doesn't produce any output at all unless it finds a problem with an artifact. When running it against an Artifactory instance with 24 local repositories and over 275,000 artifacts, it just hangs silently at the command line with no indication that it's doing anything at all.

This PR adds a logger to the script and debug-level log messages for each repository and artifact that the script checks. This logging is not present by default, but is enabled by the -v or --verbose arguments.

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

jantman commented 4 years ago

Does the comment from the CLA bot indicate that, after two years, someone might finally take a look at this rather trivial change?