Skip to content

Commit

Permalink
fix: set default log level info
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 30, 2024
1 parent 99c5040 commit d051275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ func parseConfiguration() {
}

func main() {
zerolog.SetGlobalLevel(zerolog.InfoLevel)

fmt.Println("Prometheus turbostat exporter - created by BlackDark")
parseConfiguration()

Expand Down

0 comments on commit d051275

Please sign in to comment.