forked from I2P_Developers/i2p.i2p
* logs.jsp: Remove unused connection log, cut wrapper log output in half
* configlogging.jsp: Increase box width
This commit is contained in:
@ -58,7 +58,7 @@ public class LogsHelper {
|
||||
}
|
||||
|
||||
public String getServiceLogs() {
|
||||
String str = FileUtil.readTextFile("wrapper.log", 500, false);
|
||||
String str = FileUtil.readTextFile("wrapper.log", 250, false);
|
||||
if (str == null)
|
||||
return "";
|
||||
else {
|
||||
|
Reference in New Issue
Block a user