remove unnecessary tag
This commit is contained in:
@@ -10,9 +10,9 @@ import (
|
|||||||
|
|
||||||
type tracingEntry struct {
|
type tracingEntry struct {
|
||||||
logEntry
|
logEntry
|
||||||
Trace string `json:"trace,omitempty"`
|
Trace string `json:"trace,omitempty"`
|
||||||
Span string `json:"span,omitempty"`
|
Span string `json:"span,omitempty"`
|
||||||
ctx context.Context `json:"-"`
|
ctx context.Context
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l tracingEntry) Error(v ...interface{}) {
|
func (l tracingEntry) Error(v ...interface{}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user