add trace
This commit is contained in:
parent
2b1844971c
commit
2d28ff72d7
@ -32,6 +32,7 @@ func newDebug() *Debug {
|
|||||||
return &Debug{
|
return &Debug{
|
||||||
log: log.DefaultLog,
|
log: log.DefaultLog,
|
||||||
stats: stats.DefaultStats,
|
stats: stats.DefaultStats,
|
||||||
|
trace: trace.DefaultTrace,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user