Skip to content

Commit fb41014

Browse files
committed
chore: change log level
1 parent 1e54662 commit fb41014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib_core/common/base/http_default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def validate_url_param(scheme, host, port, path)
6969
return true unless [scheme, host, port, path].include?(nil)
7070

7171
message = "Given parameters are scheme: '#{scheme}', host: '#{host}', port: '#{port}', path: '#{path}'"
72-
::Appium::Logger.warn(message)
72+
::Appium::Logger.debug(message)
7373
false
7474
end
7575

0 commit comments

Comments
 (0)