diff --git a/apps/routerconsole/jsp/configlogging.jsp b/apps/routerconsole/jsp/configlogging.jsp
index 8f4c069e0..11db8e8b7 100644
--- a/apps/routerconsole/jsp/configlogging.jsp
+++ b/apps/routerconsole/jsp/configlogging.jsp
@@ -27,27 +27,27 @@
System.setProperty("net.i2p.router.web.ConfigLoggingHandler.nonce", new java.util.Random().nextLong()+""); %>
" />
- Logging filename:
- " />
- (the symbol '@' will be replaced during log rotation)
- Log record format:
- " />
- (use 'd' = date, 'c' = class, 't' = thread, 'p' = priority, 'm' = message)
- Log date format:
- " />
- ('MM' = month, 'dd' = day, 'HH' = hour, 'mm' = minute, 'ss' = second, 'SSS' = millisecond)
- Max log file size:
- " />
-
Logging filename: + | " /> + (the symbol '@' will be replaced during log rotation) + |
Log record format: + | " /> + (use 'd' = date, 'c' = class, 't' = thread, 'p' = priority, 'm' = message) + |
Log date format: + | " /> + ('MM' = month, 'dd' = day, 'HH' = hour, 'mm' = minute, 'ss' = second, 'SSS' = millisecond) + |
Max log file size: + | " /> + |
Default log level: + | (DEBUG and INFO are not recommended defaults, as they will drastically slow down your router) + |
Log level overrides: + | |
+ |