@@ 169,7 169,9 @@ func bootstrap() {
func main() {
log.SetAllLoggers(logging.WARNING)
- log.SetLogLevel("tallyard", "info")
+ log.SetLogLevel("dht", "critical")
+ log.SetLogLevel("relay", "critical")
+ log.SetLogLevel("tallyard", "critical")
app := tview.NewApplication()
modal := tview.NewModal().