mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
improve logging content printing for internal log (#2090)
* CI updates * fix issue in OpenAPI json marshaling of embedded struct definition; improve command gen service * improve logging content printing for internal log
This commit is contained in:
parent
98169784b1
commit
ee376883d1
@ -100,6 +100,7 @@ func doPrint(ctx context.Context, content string, stack bool) {
|
||||
buffer.WriteString(content)
|
||||
buffer.WriteString("\n")
|
||||
if stack {
|
||||
buffer.WriteString("Caller Stack:\n")
|
||||
buffer.WriteString(gdebug.StackWithFilter([]string{stackFilterKey}))
|
||||
}
|
||||
fmt.Print(buffer.String())
|
||||
|
Loading…
x
Reference in New Issue
Block a user