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 cb062ce commit ecc5995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ func Callers(skip int, 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)
}
// 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 ecc5995

Please sign in to comment.