<%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsp" %> <%=intl.title("config logging")%> " /> <%@include file="summary.jsp" %>

<%=intl._("I2P Logging Configuration")%>

<%@include file="confignav.jsp" %> " />
<% String prev = System.getProperty("net.i2p.router.web.ConfigLoggingHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigLoggingHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigLoggingHandler.nonce", new java.util.Random().nextLong()+""); %> " />

<%=intl._("Configure I2P Logging Options")%>

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