Skip to content

Commit

Permalink
libct/int: enable debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed May 5, 2021
1 parent b26463e commit 8683ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var testRoots []string

func TestMain(m *testing.M) {
logrus.SetOutput(os.Stderr)
logrus.SetLevel(logrus.InfoLevel)
logrus.SetLevel(logrus.DebugLevel)

// Clean up roots after running everything.
defer func() {
Expand Down

0 comments on commit 8683ae4

Please sign in to comment.