* logs.jsp: Remove unused connection log, cut wrapper log output in half

* configlogging.jsp: Increase box width
This commit is contained in:
zzz
2008-09-15 16:23:47 +00:00
parent 50f10e8cf1
commit 7c083ed33b
5 changed files with 24 additions and 8 deletions

View File

@ -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 {