1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00

add trace

This commit is contained in:
Asim Aslam 2020-01-24 21:32:07 +00:00
parent 2b1844971c
commit 2d28ff72d7

View File

@ -32,6 +32,7 @@ func newDebug() *Debug {
return &Debug{
log: log.DefaultLog,
stats: stats.DefaultStats,
trace: trace.DefaultTrace,
}
}