Disable gc_log file for in-memory acceptance tests
Change-Id: I316761b522e4336e7a736594ac74c56ea2da2b37
This commit is contained in:
@@ -38,10 +38,11 @@ import java.io.IOException;
|
||||
|
||||
@Singleton
|
||||
public class SystemLog {
|
||||
private static final org.slf4j.Logger log =
|
||||
LoggerFactory.getLogger(SystemLog.class);
|
||||
|
||||
public static final String LOG4J_CONFIGURATION = "log4j.configuration";
|
||||
|
||||
private static final org.slf4j.Logger log = LoggerFactory
|
||||
.getLogger(SystemLog.class);
|
||||
private static final String LOG4J_CONFIGURATION = "log4j.configuration";
|
||||
private final SitePaths site;
|
||||
private final Config config;
|
||||
|
||||
|
Reference in New Issue
Block a user