mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 19:39:19 +02:00
set default verbose logger to false
This commit is contained in:
parent
e01da82661
commit
cee5af6617
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class ModConfigs {
|
|||
config.addKeyValuePair(new Pair<>("web.api", true), "whether or not the webserver api should be enabled or not");
|
||||
config.addKeyValuePair(new Pair<>("web.api.adv", true), "whether or not the api should expose information such as player coordinates and inventory");
|
||||
config.addKeyValuePair(new Pair<>("web.file.notSupported", "not_supported.html"), "the name of the html file for 'not supported' page");
|
||||
config.addKeyValuePair(new Pair<>("logger.verbose", true), "whether or not to log verbose output");
|
||||
config.addKeyValuePair(new Pair<>("logger.verbose", false), "whether or not to log verbose output");
|
||||
}
|
||||
|
||||
private static void assignConfigs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue