1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-30 10:10:44 +02:00

fix logger v3 (#2193)

* Update http.go

Exit before deregister is executed

* Create http.go

Exit before deregister is executed

* Solve the problem that the resources have not been fully released due to early exit

* Optimize some code

* Optimize some code

* Optimize some code

* fix service default logger

* Repair mq asynchronous send, mq write failure without error output

* Repair mq asynchronous send, mq write failure without error output

* fix logger v3
This commit is contained in:
JeffreyBool 2021-07-12 14:18:37 +08:00 committed by GitHub
parent 3fbf2c304f
commit 0532fd9de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import (
"sync"
"time"
"github.com/asim/go-micro/logger"
"github.com/asim/go-micro/v3/logger"
"github.com/streadway/amqp"
)