lower logging, add keybindings to help menu

This commit is contained in:
Bradley Cicenas
2017-03-07 00:09:46 +00:00
parent a6c6ecc6ee
commit a1d68833fa
4 changed files with 10 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ var switches = []*Switch{
},
&Switch{
Key: "loggingEnabled",
Val: true,
Val: false,
Label: "Enable Logging Server",
},
}