2004-09-30 jrandom
* Bundle the configuration necessary to run an eepsite out of the box with Jetty - simply edit ./eepsite/docroot/index.html and give people the key listed on the I2PTunnel configuration page, and its up. plus minor bugfixes / refactoring / logging
This commit is contained in:
@ -246,8 +246,8 @@ public class LogManager {
|
||||
File cfgFile = new File(_location);
|
||||
if (!cfgFile.exists()) {
|
||||
if (!_alreadyNoticedMissingConfig) {
|
||||
if (_log.shouldLog(Log.ERROR))
|
||||
_log.error("Log file " + _location + " does not exist");
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Log file " + _location + " does not exist");
|
||||
System.err.println("Log file " + _location + " does not exist");
|
||||
_alreadyNoticedMissingConfig = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user