Skip to content

Commit

Permalink
Set collector verbose level
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 11, 2024
1 parent 6340465 commit ae44d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func Server(config string, port, metricsPort int, logFile string, useX509, scito
logging.CollectorLogin = Config.CollectorLogin
logging.CollectorPassword = Config.CollectorPassword
logging.CollectorSize = Config.CollectorSize
logging.CollectorVerbose = Config.CollectorVerbose

Check failure on line 106 in server.go

View workflow job for this annotation

GitHub Actions / build

undefined: logging.CollectorVerbose

Check failure on line 106 in server.go

View workflow job for this annotation

GitHub Actions / build

Config.CollectorVerbose undefined (type Configuration has no field or method CollectorVerbose)

// start our servers
if useX509 {
Expand Down

0 comments on commit ae44d22

Please sign in to comment.