forked from p93542168/wheat-cache
fix(log) fix produce msg, remove more route
This commit is contained in:
parent
77d4b88c71
commit
e98731c1b3
|
@ -11,7 +11,12 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
var (
|
||||
floor = 3
|
||||
)
|
||||
|
||||
func With(ctx context.Context, p event.ProduceInterface) *upLogger {
|
||||
floor = 4
|
||||
return &upLogger{
|
||||
ctx: ctx,
|
||||
produce: p,
|
||||
|
@ -85,7 +90,7 @@ func findPlace() string {
|
|||
|
||||
var (
|
||||
place string
|
||||
i = 3
|
||||
i = floor
|
||||
)
|
||||
|
||||
for {
|
||||
|
|
Loading…
Reference in New Issue