mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
add trace
This commit is contained in:
@ -32,6 +32,7 @@ func newDebug() *Debug {
|
||||
return &Debug{
|
||||
log: log.DefaultLog,
|
||||
stats: stats.DefaultStats,
|
||||
trace: trace.DefaultTrace,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user