Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoufiler committed Nov 27, 2023
1 parent 4091dac commit b521ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ func Handler(logger *logrus.Logger, w http.ResponseWriter, r *http.Request, conf
server.WaitServerOnline(logger, serverAddress, &config)
return
} else {
logger.Info("Server is already online, handling domain proxy...")
logger.Debug("Server is already online, handling domain proxy...")
handleDomainProxy(w, r, config)
}
} else {
logger.Info("No wake-up endpoint matched, handling domain proxy...")
logger.Debug("No wake-up endpoint matched, handling domain proxy...")
handleDomainProxy(w, r, config)
}
}
Expand Down

0 comments on commit b521ea4

Please sign in to comment.