i2psnark standalone: Pass ctx to logger

This commit is contained in:
zzz
2021-12-23 12:02:19 -05:00
parent e946040ddd
commit 70131c6b25

View File

@ -35,7 +35,7 @@ public class RunStandalone {
// Do this after we have a context
// To take effect, must be set before any Jetty classes are loaded
try {
Log.setLog(new I2PLogger());
Log.setLog(new I2PLogger(_context));
} catch (Throwable t) {
System.err.println("INFO: I2P Jetty logging class not found, logging to stdout");
}