We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fda66 commit 78a5f52Copy full SHA for 78a5f52
1 file changed
type_request.go
@@ -89,5 +89,5 @@ func (b Request) Handler(entry *logrus.Entry) (*entries, []tag) {
89
Type: b.BindType(),
90
Content: ToContent(b),
91
CreatedAt: time.Now().Format("2006-01-02 15:04:05"),
92
- }, []tag{{Tag: b.Uri, EntryUuid: uuId}}
+ }, []tag{{Tag: ginCtx.FullPath(), EntryUuid: uuId}}
93
}
0 commit comments