Skip to content

Commit 6490d27

Browse files
committed
Tweak examples/inventory
Avoid logrus.TraceLevel because flashrom is printing data to stdout which messes up the json. Remove inventory.json because it was generated from a test run and should never have been committed.
1 parent 41022f4 commit 6490d27

File tree

2 files changed

+0
-866
lines changed

2 files changed

+0
-866
lines changed

examples/inventory/inventory.go

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
func main() {
1616
logger := logrus.New()
1717
logger.Formatter = new(logrus.JSONFormatter)
18-
logger.SetLevel(logrus.TraceLevel)
1918
device, err := ironlib.New(logger)
2019
if err != nil {
2120
logger.Fatal(err)

0 commit comments

Comments
 (0)