mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
minor improvements
This commit is contained in:
@@ -1056,7 +1056,7 @@ func (ac *AccessLog) getErrorText(err error) (text string) { // caller checks fo
|
||||
|
||||
switch ac.PanicLog {
|
||||
case LogHandler:
|
||||
text = errPanic.CurrentHandler
|
||||
text = errPanic.CurrentHandlerFileLine
|
||||
case LogCallers:
|
||||
text = strings.Join(errPanic.Callers, "\n")
|
||||
case LogStack:
|
||||
|
||||
Reference in New Issue
Block a user