You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2659,6 +2659,8 @@ LEVEL = Info
2659
2659
;; Cleanup expired packages/data then targets the files within all maven snapshots versions
2660
2660
;RETAIN_MAVEN_SNAPSHOT_BUILDS = -1
2661
2661
;; Maximum size of a npm upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
2662
+
; Enable debug logging for Maven cleanup. Enabling debug will stop snapshot version artifacts from being deleted but will log the files which were meant for deletion.
2663
+
; DEBUG_MAVEN_CLEANUP = true
2662
2664
;LIMIT_SIZE_NPM = -1
2663
2665
;; Maximum size of a NuGet upload (`-1` means no limits, format `1000`, `1 MB`, `1 GiB`)
0 commit comments