-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CleanUpDump: Allow a path to be given
No longer clean up during a dump if that dump received a filename explicitly. The user must use the new CleanUpDump(dumpDir) method. The dumpDir wasn't being cleaned prior in any case, but the central location was. When the user uses the CleanUpDump() method, we don't need to clean both locations. There are two new methods: * CleanUpDump(string dumpFolder): Remove all logs in the folder given based on default rules * CleanUpDump(string dumpFolder, string fileMatchRegEx): A regular expression which needs to match to remove the file. Include the .zip at the end. Issue: HELIOS-1351
- Loading branch information
Showing
2 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters