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 6b34eb9 commit fcb21a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var (
)

func init() {
fmt.Printf("creating trace logger\n")
traceLog = traceLogger()
fmt.Printf("created trace logger...\n%+v\n", traceLog)
sourcePathDepth = setSourcePathDepth()
Expand Down

0 comments on commit fcb21a8

Please sign in to comment.