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:
@@ -52,7 +52,7 @@ public class ConfigLoggingHelper {
|
||||
sortedLogs.add(prefix);
|
||||
}
|
||||
|
||||
buf.append("<textarea name=\"levels\" rows=\"20\" cols=\"70\">");
|
||||
buf.append("<textarea name=\"levels\" rows=\"20\" cols=\"90\">");
|
||||
for (Iterator iter = sortedLogs.iterator(); iter.hasNext(); ) {
|
||||
String prefix = (String)iter.next();
|
||||
String level = limits.getProperty(prefix);
|
||||
|
||||
Reference in New Issue
Block a user