https://github.com/gin-gonic/gin/pull/1677
Ordinary log can change log format. but, panic log cannot change.
https://github.com/gin-gonic/gin/blob/master/recovery.go#L41-L78
recovery.go
always use fmt.
https://github.com/gin-gonic/gin/pull/1677
Ordinary log can change log format. but, panic log cannot change.
https://github.com/gin-gonic/gin/blob/master/recovery.go#L41-L78
recovery.go
always use fmt.