jfrog / artifactory-user-plugins

Sample Artifactory User Plugins
http://wiki.jfrog.org/confluence/display/RTF/User+Plugins
Apache License 2.0
368 stars 467 forks source link

artifactCleanup - Questions about operating. #411

Open malceore opened 2 years ago

malceore commented 2 years ago

This plugin specifically. https://github.com/jfrog/artifactory-user-plugins/tree/master/cleanup/artifactCleanup

  1. Does this plugin work on Artifactory 7.31?
  2. Does this plugin log what files it removes anywhere, even on a dry-run?
azranchen commented 2 years ago

yes To ensure logging for this plugin, edit ${ARTIFACTORY_HOME}/etc/logback.xml to add:

<logger name="artifactCleanup">
    <level value="info"/>
</logger>

then look at jforg/artifactory/var/log/artifactory-service.log

dmckernanacv commented 1 month ago

Do these plugins work with the OSS version? How can I modify the log for the helm chart?