diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigLoggingHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigLoggingHelper.java index 1a9354a2d..1223f0820 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigLoggingHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigLoggingHelper.java @@ -42,9 +42,9 @@ public class ConfigLoggingHelper extends HelperBase { buf.append(prefix).append('=').append(level).append('\n'); } buf.append("
\n"); - buf.append("").append(_t("Add additional logging statements above. Example: net.i2p.router.tunnel=WARN")).append("
"); + buf.append("

").append(_t("Add additional logging statements above. Example: net.i2p.router.tunnel=WARN")).append("
"); buf.append("").append(_t("Or put entries in the logger.config file. Example: logger.record.net.i2p.router.tunnel=WARN")).append("
"); - buf.append("").append(_t("Valid levels are DEBUG, INFO, WARN, ERROR, CRIT")).append("\n"); + buf.append("").append(_t("Valid levels are DEBUG, INFO, WARN, ERROR, CRIT")).append("

\n"); /**** // this is too big and ugly diff --git a/apps/routerconsole/jsp/configlogging.jsp b/apps/routerconsole/jsp/configlogging.jsp index 84f10ac80..b68a8865b 100644 --- a/apps/routerconsole/jsp/configlogging.jsp +++ b/apps/routerconsole/jsp/configlogging.jsp @@ -28,20 +28,20 @@ +

<%=intl._t("(the symbol '@' will be replaced during log rotation)")%>

+

<%=intl._t("(use 'd' = date, 'c' = class, 't' = thread, 'p' = priority, 'm' = message)")%> +

+

<%=intl._t("('MM' = month, 'dd' = day, 'HH' = hour, 'mm' = minute, 'ss' = second, 'SSS' = millisecond)")%> +

- +
<%=intl._t("Log file")%>: " value="" > -
<%=intl._t("(the symbol '@' will be replaced during log rotation)")%>
<%=intl._t("Log record format")%>: " > -
<%=intl._t("(use 'd' = date, 'c' = class, 't' = thread, 'p' = priority, 'm' = message)")%> -
<%=intl._t("Log date format")%>: " > -
<%=intl._t("('MM' = month, 'dd' = day, 'HH' = hour, 'mm' = minute, 'ss' = second, 'SSS' = millisecond)")%> -
<%=intl._t("Max log file size")%>: " >
<%=intl._t("Default log level")%>:
<%=intl._t("(DEBUG and INFO are not recommended defaults, as they will drastically slow down your router)")%> -

<%=intl._t("(DEBUG and INFO are not recommended defaults, as they will drastically slow down your router)")%> +

<%=intl._t("Log level overrides")%>:
<%=intl._t("New override")%>: