Skip to content

Commit

Permalink
chore: add debug dump of nfd worker configuration
Browse files Browse the repository at this point in the history
Signed-off-by: AhmedGrati <[email protected]>
  • Loading branch information
TessaIO committed Mar 17, 2023
1 parent 13f92fa commit d0a6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nfd-worker/nfd-worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func (w *nfdWorker) configure(filepath string, overrides string) error {
}

klog.Infof("worker (re-)configuration successfully completed")

utils.KlogDump(1, "effective configuration:", " ", w.config)
return nil
}

Expand Down

0 comments on commit d0a6289

Please sign in to comment.