mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Console: /configlogging fixes
Add UI for enabling log compression (requires routerconsole.advanced) Don't save and display override changed message unless overrides changed Only call ctx.logManager() once in helper/handler
This commit is contained in:
@@ -696,12 +696,19 @@ public class LogManager implements Flushable {
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 0.9.56
|
||||
* @since 0.9.56, public since 0.9.57, was pkg private
|
||||
*/
|
||||
boolean shouldGzip() {
|
||||
public boolean shouldGzip() {
|
||||
return _gzip;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 0.9.57
|
||||
*/
|
||||
public void setGzip(boolean yes) {
|
||||
_gzip = yes;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 0.9.56
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user