Skip to content

Commit

Permalink
debugExtraInfo option
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 15, 2022
1 parent b4bc494 commit 5facbcc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ public class CoreConfiguration {

public static boolean futureWarningsEnabled = false;

public static boolean debugVerbose = false, debugLoadingInfo = false;
public static boolean debugVerbose = false, debugExtraInfo = false, debugLoadingInfo = false;

public static boolean allowWebget = false, allowSQL = false, allowRedis = false, allowLog = false, allowFileCopy = false, allowWebserver = false, allowFileRead = false, allowFileWrite = false;

Expand Down

0 comments on commit 5facbcc

Please sign in to comment.