Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Feb 2, 2024
1 parent e3124f9 commit f96deb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
log.Error("unable to add remote logging", "error", err)
} else {
log = loggerWithRemote
log.Info("remote logging enabled", "machineUUID", spec.MachineUUID)
log.Info("remote logging enabled", "machineUUID", spec.MachineUUID, "url", spec.MetalConfig.Logging.Endpoint)
}

// FIXME set loglevel from spec.Debug
Expand Down

0 comments on commit f96deb5

Please sign in to comment.