Skip to content

Commit

Permalink
examples/inventory: Update to not dump trace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Dec 22, 2023
1 parent 241d68e commit 5ce5a99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"

"github.com/metal-toolbox/ironlib"
"github.com/metal-toolbox/ironlib/actions"
"github.com/sirupsen/logrus"
)

Expand All @@ -20,7 +19,7 @@ func main() {
logger.Fatal(err)
}

inv, err := device.GetInventory(context.TODO(), actions.WithTraceLevel())
inv, err := device.GetInventory(context.TODO())
if err != nil {
logger.Fatal(err)
}
Expand Down

0 comments on commit 5ce5a99

Please sign in to comment.