Make debug logging optional and update build script output
This commit is contained in:
@@ -25,7 +25,7 @@ func main() {
|
||||
// Define flags
|
||||
serverAddr := flag.String("server", "127.0.0.1:9987", "TeamSpeak 3 Server Address")
|
||||
nickname := flag.String("nickname", "TUI-User", "Your nickname")
|
||||
debug := flag.Bool("debug", true, "Enable debug logging to file (default true)")
|
||||
debug := flag.Bool("debug", false, "Enable debug logging to file (default false)")
|
||||
flag.Parse()
|
||||
|
||||
// Panic Recovery
|
||||
|
||||
Reference in New Issue
Block a user