Skip to content

Commit

Permalink
CADC-12859 unit test to info logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jburke-cadc committed Feb 12, 2024
1 parent 4cc9d8e commit 72d624f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class PackageWriterTest {
private static final Logger log = Logger.getLogger(PackageWriterTest.class);

static {
Log4jInit.setLevel("org.opencadc.pkg.server", Level.DEBUG);
Log4jInit.setLevel("org.opencadc.pkg.server", Level.INFO);
}

@Test
Expand Down

0 comments on commit 72d624f

Please sign in to comment.