Skip to content
Snippets Groups Projects
Commit 9f245ce9 authored by Brian Major's avatar Brian Major
Browse files

Changed log level to INFO on CommandRunnerTest.java

parent c0fb7944
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import ca.nrc.cadc.ac.User;
import ca.nrc.cadc.ac.server.UserPersistence;
......@@ -96,6 +98,7 @@ public class CommandRunnerTest
{
// Set the necessary JNDI system property for lookups.
System.setProperty("java.naming.factory.initial", ContextFactoryImpl.class.getName());
Logger.getLogger("ca.nrc.cadc.ac").setLevel(Level.INFO);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment