mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +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