Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Oct 28, 2024
1 parent 0e0ef3d commit 7728f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dfs/cmd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestApis(t *testing.T) {
Post: mockpost.New(mockpost.WithAcceptAll()),
})

logger := logging.New(os.Stdout, logrus.DebugLevel)
logger := logging.New(os.Stdout, logrus.PanicLevel)
mockClient := bee.NewBeeClient(beeUrl, bee.WithStamp(mock.BatchOkStr), bee.WithRedundancy(fmt.Sprintf("%d", redundancy.NONE)), bee.WithPinning(true))
ens := mock2.NewMockNamespaceManager()

Expand Down

0 comments on commit 7728f69

Please sign in to comment.