forked from I2P_Developers/i2p.i2p
* Jetty Logger: Put a note in wrapper log saying where the logs went
This commit is contained in:
@@ -33,6 +33,11 @@ public class I2PLogger implements Logger
|
||||
|
||||
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()
|
||||
{
|
||||
this(I2PAppContext.getGlobalContext());
|
||||
|
Reference in New Issue
Block a user