Skip to content

Commit

Permalink
Merge pull request #25 from jayhuang-suse/main
Browse files Browse the repository at this point in the history
NVSHAS-9434-2: set log trace to info level
  • Loading branch information
jayhuang-suse authored Sep 13, 2024
2 parents d90c70d + e4f41d5 commit 52e0e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func GenerateDefaultTLSCertificate() error {
// InitializeServer sets up the go routines and http handlers to handle requests from Harbor.
func InitializeServer(config *config.ServerConfig) {
serverConfig = *config
log.SetLevel(log.DebugLevel)
log.SetLevel(log.InfoLevel)
workloadID = Counter{count: 1}
concurrentJobs = Counter{count: 0}
defer http.DefaultClient.CloseIdleConnections()
Expand Down

0 comments on commit 52e0e1f

Please sign in to comment.