Skip to content

Commit 332cee2

Browse files
committed
remove options for log start event
1 parent c55052e commit 332cee2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

trace/details.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import (
77
type Details uint64
88

99
const (
10-
LogStartEvents Details = 1 << iota // for bitmask: 1, 2, 4, 8, 16, 32, ...
11-
12-
DriverNetEvents
10+
DriverNetEvents Details = 1 << iota // for bitmask: 1, 2, 4, 8, 16, 32, ...
1311
DriverConnEvents
1412
DriverBalancerEvents
1513
DriverResolverEvents

0 commit comments

Comments
 (0)