Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 28, 2024
1 parent 5a58e80 commit 07088c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/ru/r2cloud/it/util/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ public abstract class BaseTest {

@Before
public void start() throws Exception {
//FIXME uncomment
// LogManager.getLogManager().reset();
LogManager.getLogManager().reset();
tempDirectory = new File(tempFolder.getRoot(), "tmp");
if (!tempDirectory.mkdirs()) {
throw new RuntimeException("unable to create temp dir: " + tempDirectory.getAbsolutePath());
Expand Down

0 comments on commit 07088c3

Please sign in to comment.