From b1c7bb8a31c4e02d89a437063516e474e68fab4d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 21:02:41 -0600 Subject: [PATCH] update worked correctly for the first time Signed-off-by: Jeff Carr --- linuxstatus/args.go | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxstatus/args.go b/linuxstatus/args.go index d15a166..4ba7ae1 100644 --- a/linuxstatus/args.go +++ b/linuxstatus/args.go @@ -29,6 +29,7 @@ func myreg(f *log.LogFlag, b bool, name string, desc string) { func init() { myreg(&NOW, true, "NOW", "temp debugging stuff") + myreg(&INFO, false, "INFO", "normal debugging stuff") myreg(&NET, false, "NET", "Network Logging") myreg(&DNS, false, "DNS", "dnsStatus.update()") myreg(&PROC, false, "PROC", "/proc logging")