Skip to content

Commit

Permalink
Log message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Oct 24, 2024
1 parent 4706c20 commit 8bc79ed
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ class DefaultMonitorDefinitionService extends BaseService {
notes: spec.notes
).save()
logWarn(
"Required monitor ${spec.name} missing and created with default value",
"Required status monitor ${spec.name} missing and created with default value",
'verify default is appropriate for this application'
)
created++
}
} catch (Throwable e) {
logError("Failed to create required monitor ${spec.name}", e)
logError("Failed to create required status monitor ${spec.name}", e)
}
}
logDebug("Validated presense of ${monitorSpecs.size()} provided monitors", "created $created")
logDebug("Validated presense of ${monitorSpecs.size()} required status monitors", "created $created")
}
}

0 comments on commit 8bc79ed

Please sign in to comment.