pulumi/sdk/go/common/util/logging
Pat Gavlin 864da4bdf9 [logging] Guard verbose logs on glog.Verbose
`glog.Verbose(int)` returns a bool that indicates whether or not
logging is enabled at the given level. Check that result prior to
actually calling the logger in order to avoid extra work when verbose
logging is disabled.
2023-05-25 16:37:06 -07:00
..
log.go [logging] Guard verbose logs on glog.Verbose 2023-05-25 16:37:06 -07:00
log_test.go Fix 'TestFilter' error where expected and actual are swapped. 2023-02-10 13:26:49 -08:00