Skip to content

Commit 0ef4ae5

Browse files
committed
Print info about GPU accounting status
1 parent 836ca2e commit 0ef4ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func main() {
5757
// The Handler function provides a default handler to expose metrics
5858
// via an HTTP server. "/metrics" is the usual endpoint for that.
5959
log.Infof("Starting Server: %s", *listenAddress)
60+
log.Infof("GPUs Accounting: %t", *gpuAcct)
6061
http.Handle("/metrics", promhttp.Handler())
6162
log.Fatal(http.ListenAndServe(*listenAddress, nil))
6263
}

0 commit comments

Comments
 (0)