1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 21:07:03 +00:00

minor improvements

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-01-20 20:32:56 +02:00
parent 4e3c242044
commit 4eb7705fae
13 changed files with 444 additions and 116 deletions

View File

@@ -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: