File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
http_check/datadog_checks/http_check Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,11 @@ def send_status_down(loginfo, message):
254
254
else :
255
255
# Log if we're skipping SSL validation for HTTPS URLs
256
256
if explicit_validation :
257
- self .debug ("Skipping SSL certificate validation for {} based on configuration" .format (addr ))
257
+ self .log . debug ("Skipping SSL certificate validation for {} based on configuration" .format (addr ))
258
258
259
259
# Emit a warning if disable_ssl_validation is not explicitly set and we're not ignoring warnings
260
260
else :
261
- self .warning ('Parameter disable_ssl_validation for {} is not explicitly set, '
261
+ self .log . warning ('Parameter disable_ssl_validation for {} is not explicitly set, '
262
262
'defaults to true' .format (addr ))
263
263
264
264
You can’t perform that action at this time.
0 commit comments