Skip to content

Commit

Permalink
send caller dbg info to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 24, 2019
1 parent c25d912 commit 8401000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

func main() {

log.Setup(log.Debug, log.Msec, log.LevelBraces) // setup default logger with go-pkgz/lgr
log.Setup(log.Debug, log.Msec, log.LevelBraces, log.CallerFile, log.CallerFunc) // setup default logger with go-pkgz/lgr

/// define auth options
options := auth.Opts{
Expand Down

0 comments on commit 8401000

Please sign in to comment.