artifactory-scripts icon indicating copy to clipboard operation
artifactory-scripts copied to clipboard

Optional verbose logging for filestoreIntegrity.py

Open jantman opened this issue 7 years ago • 2 comments

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.

jantman avatar Apr 18 '18 15:04 jantman

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.

CLAassistant avatar Jun 21 '20 09:06 CLAassistant

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

jantman avatar Jun 22 '20 11:06 jantman