From 78a5f52ebde4798c87e3ee31145ab1f82a6628b4 Mon Sep 17 00:00:00 2001 From: Zodial Date: Wed, 1 Mar 2023 14:17:01 +0800 Subject: [PATCH] fix: request tag --- type_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type_request.go b/type_request.go index c8a9f3f..1aa407a 100644 --- a/type_request.go +++ b/type_request.go @@ -89,5 +89,5 @@ func (b Request) Handler(entry *logrus.Entry) (*entries, []tag) { Type: b.BindType(), Content: ToContent(b), CreatedAt: time.Now().Format("2006-01-02 15:04:05"), - }, []tag{{Tag: b.Uri, EntryUuid: uuId}} + }, []tag{{Tag: ginCtx.FullPath(), EntryUuid: uuId}} }