Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kidylee committed Nov 21, 2021
1 parent db60a6d commit 5fc3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// This internal package hides the actual logging functions from the user.

// Logger instance used by xray to log. Set via xray.SetLogger().
var Logger xraylog.Logger = xraylog.NewDefaultLogger(os.Stdout, xraylog.LogLevelInfo)
var Logger xraylog.Logger = xraylog.NewDefaultLogger(os.Stdout, xraylog.LogLevelDebug)

func Debugf(format string, args ...interface{}) {
Logger.Log(xraylog.LogLevelDebug, printfArgs{format, args})
Expand Down

0 comments on commit 5fc3ffb

Please sign in to comment.