forked from I2P_Developers/i2p.i2p
* load clientApp.* lines from clients.config by default, falling back on
reading the router's props only if that file doesn't exist. * by default, only log CRIT messages to the screen (the rest are sent to the log file). this will be useful with the upcoming service controller * refactor a common Properties helper to DataHelper.loadProps
This commit is contained in:
@@ -59,7 +59,7 @@ public class LogManager {
|
||||
public final static int DEFAULT_CONSOLEBUFFERSIZE = 20;
|
||||
public final static String DEFAULT_ROTATIONLIMIT = "2";
|
||||
public final static String DEFAULT_DEFAULTLEVEL = Log.STR_ERROR;
|
||||
public final static String DEFAULT_ONSCREENLEVEL = Log.STR_ERROR;
|
||||
public final static String DEFAULT_ONSCREENLEVEL = Log.STR_CRIT;
|
||||
|
||||
private I2PAppContext _context;
|
||||
private Log _log;
|
||||
|
||||
Reference in New Issue
Block a user