Skip to content

Commit

Permalink
update implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-carlton committed Oct 27, 2024
1 parent ae08f4e commit 4c71f24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,10 @@ func Callers(levels uint, short bool) ([]slog.Source, error) {
break
}
}

fmt.Printf("callers...\n")
for i, c := range callers {
fmt.Printf("%d: %s(%d) %s\n", i, c.File, c.Line, c.Function)
}
return callers, nil
}

Expand Down

0 comments on commit 4c71f24

Please sign in to comment.