Skip to content

Commit 5c112ac

Browse files
committed
option for log events start
1 parent 4b47527 commit 5c112ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

trace/details.go

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

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

0 commit comments

Comments
 (0)