I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7bd83f83 authored by zzz's avatar zzz
Browse files

* Jetty Logger: Put a note in wrapper log saying where the logs went

parent 528ef4dd
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,11 @@ public class I2PLogger implements Logger ...@@ -33,6 +33,11 @@ public class I2PLogger implements Logger
StringBuilder _buffer = new StringBuilder(); StringBuilder _buffer = new StringBuilder();
static {
// So people don't wonder where the logs went
System.out.println("INFO: Jetty " + Server.getVersion() + " logging to I2P logs using class " + Server.class.getName());
}
public I2PLogger() public I2PLogger()
{ {
this(I2PAppContext.getGlobalContext()); this(I2PAppContext.getGlobalContext());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment