Skip to content

Commit

Permalink
Added a comment for 'System.setProperty()'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurgul Amat committed Dec 5, 2023
1 parent c7e4f2f commit 6bd3c90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public class DeleteArtifactsMatchingPatternsActionTest {

@BeforeClass
public static void beforeClass() {
// Set system property to configuring Java Util Logging with "logging.properties" file.
// Ensures the logging framework reads and applies specific settings.
System.setProperty("java.util.logging.config.file",
ClassLoader.getSystemResource("logging.properties").getPath());
}
Expand Down

0 comments on commit 6bd3c90

Please sign in to comment.