~edwargix/tallyard

52bb5ffe9a31ac93c053230c318fa03eb54d3675 — David Florness 5 years ago acbb0f4
Temporarily disable loggers

There will be a -d flag to re-enable them.  Currently. these loggers make the
application unusable.
1 files changed, 3 insertions(+), 1 deletions(-)

M main.go
M main.go => main.go +3 -1
@@ 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().