Refactor
This commit is contained in:
parent
2155a2e176
commit
0324ce8602
@ -43,7 +43,7 @@ const TraceLevel = logrus.TraceLevel
|
|||||||
type Entry = logrus.Entry
|
type Entry = logrus.Entry
|
||||||
|
|
||||||
func FieldsFromContext(ctx context.Context) *logrus.Entry {
|
func FieldsFromContext(ctx context.Context) *logrus.Entry {
|
||||||
entry := logrus.FieldsFromContext(ctx)
|
entry := logrus.WithContext(ctx)
|
||||||
|
|
||||||
for _, key := range registeredKeys {
|
for _, key := range registeredKeys {
|
||||||
if value := ctx.Value(key); value != nil {
|
if value := ctx.Value(key); value != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user