Skip to content

Commit d15371d

Browse files
committedJan 26, 2015
Update readme.md
1 parent 4f99dd3 commit d15371d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@ gem install --no-rdoc --no-ri appium_lib
4646
- [Ruby Android methods](https://github.com/appium/ruby_lib/blob/master/docs/android_docs.md)
4747
- [Ruby iOS methods](https://github.com/appium/ruby_lib/blob/master/docs/ios_docs.md)
4848
- [Appium Server docs](https://github.com/appium/appium/tree/master/docs)
49+
50+
#### Logging
51+
52+
[Log level](https://github.com/appium/ruby_lib/blob/1673a694121d2ae24ffd1530eb71b7015d44dc52/lib/appium_lib/logger.rb) can be adjusted. The default level is `Logger::WARN`
53+
54+
```ruby
55+
Appium::Logger.level = Logger::INFO
56+
```

0 commit comments

Comments
 (0)
Please sign in to comment.