Codebase list golang-github-go-logr-logr / 85f420f
funcr: fix godocs for Options.Verbosity Tim Hockin 2 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7272 // overhead, so some users might not want it.
7373 LogTimestamp bool
7474
75 // Verbosity tells funcr which V logs to be write. Higher values enable
76 // more logs.
75 // Verbosity tells funcr which V logs to produce. Higher values enable
76 // more logs. Info logs at or below this level will be written, while logs
77 // above this level will be discarded.
7778 Verbosity int
7879 }
7980