We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e54662 commit fb41014Copy full SHA for fb41014
lib/appium_lib_core/common/base/http_default.rb
@@ -69,7 +69,7 @@ def validate_url_param(scheme, host, port, path)
69
return true unless [scheme, host, port, path].include?(nil)
70
71
message = "Given parameters are scheme: '#{scheme}', host: '#{host}', port: '#{port}', path: '#{path}'"
72
- ::Appium::Logger.warn(message)
+ ::Appium::Logger.debug(message)
73
false
74
end
75
0 commit comments