Logging for plugin gathering
Moved spammy API stuff to a separate logger
This commit is contained in:
parent
f49e661eb6
commit
f89b5a005a
7 changed files with 50 additions and 16 deletions
|
@ -35,8 +35,10 @@ public class ConfigHandler {
|
|||
public static class ConfigGeneral {
|
||||
@Config.Comment({"Enables extra information to be printed to the log.", "Warning: May drastically increase log size."})
|
||||
public boolean enableDebugLogging = false;
|
||||
@Config.Comment({"Enables extra information to be printed to the log.", "Warning: May drastically increase log size."})
|
||||
@Config.Comment({"Enables extra information to be printed to the log."})
|
||||
public boolean enableAPILogging = false;
|
||||
@Config.Comment({"Enables extra information to be printed to the log.", "Warning: May drastically increase log size."})
|
||||
public boolean enableVerboseAPILogging = false;
|
||||
}
|
||||
|
||||
public static class ConfigBlacklist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue