Quiet up the logs

This commit is contained in:
Owen
2025-09-15 10:58:40 -07:00
parent 8b0cc36554
commit 92cedd00b3
3 changed files with 45 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ type Monitor struct {
// NewMonitor creates a new health check monitor
func NewMonitor(callback StatusChangeCallback, enforceCert bool) *Monitor {
logger.Info("Creating new health check monitor with certificate enforcement: %t", enforceCert)
logger.Debug("Creating new health check monitor with certificate enforcement: %t", enforceCert)
// Configure TLS settings based on certificate enforcement
transport := &http.Transport{