Use LogManager.DEFAULT_CONFIGURATION_KEY
Change-Id: I477fe6b6f55aadecfa24019b97b5d8f5afb4063d
This commit is contained in:
committed by
Shawn Pearce
parent
33f973f8df
commit
f8237318a9
@@ -34,7 +34,7 @@ import java.io.FileNotFoundException;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
public class ErrorLogFile {
|
public class ErrorLogFile {
|
||||||
private static final String LOG4J_CONFIGURATION = "log4j.configuration";
|
private static final String LOG4J_CONFIGURATION = LogManager.DEFAULT_CONFIGURATION_KEY;
|
||||||
static final String LOG_NAME = "error_log";
|
static final String LOG_NAME = "error_log";
|
||||||
|
|
||||||
public static void errorOnlyConsole() {
|
public static void errorOnlyConsole() {
|
||||||
|
|||||||
Reference in New Issue
Block a user