summaryrefslogtreecommitdiff
path: root/linuxstatus/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'linuxstatus/args.go')
-rw-r--r--linuxstatus/args.go1
1 files changed, 1 insertions, 0 deletions
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")