Skip to content

Commit

Permalink
set logger to debug for kvload
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Oct 1, 2019
1 parent 43b0361 commit 0ff4dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kvload/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/bmeg/grip/log"
"github.com/bmeg/grip/util"
"github.com/paulbellamy/ratecounter"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)

Expand All @@ -36,6 +37,8 @@ var Cmd = &cobra.Command{

graph = args[0]

log.GetLogger().SetLevel(logrus.DebugLevel)

// Create the graph if it doesn't already exist.
// Creating the graph also results in the creation of indices
// for the edge/vertex collections.
Expand Down

0 comments on commit 0ff4dab

Please sign in to comment.