|
1 | 1 | # 🌲 Timber - Great Ruby Logging Made Easy
|
2 | 2 |
|
| 3 | +<p align="center"> |
| 4 | + <a href="https://timber.io" target="_blank" align="center"> |
| 5 | + <img src="https://res.cloudinary.com/timber/image/upload/v1552328675/banner.jpg" width="900"> |
| 6 | + </a> |
| 7 | + <br> |
| 8 | +</p> |
| 9 | + |
3 | 10 | [](LICENSE.md)
|
4 | 11 | [](http://www.rubydoc.info/github/timberio/timber-ruby)
|
5 | 12 | [](https://travis-ci.org/timberio/timber-ruby)
|
6 | 13 | [](https://codeclimate.com/github/timberio/timber-ruby)
|
7 | 14 |
|
8 |
| -[Timber.io][https://timber.io] is a hosted service for aggregating logs across your entire stack - |
9 |
| -any language, any platform, any data source. |
| 15 | +[Timber.io](https://timber.io) is a hosted service for aggregating logs across your entire stack - |
| 16 | +[any language](https://docs.timber.io/setup/languages), |
| 17 | +[any platform](https://docs.timber.io/setup/platforms), |
| 18 | +[any data source](https://docs.timber.io/setup/log_forwarders). |
10 | 19 |
|
11 | 20 | Unlike traditional logging tools, Timber integrates with language runtimes to automatically
|
12 |
| -capture in-app context and metadata, turning your text-based logs into rich structured events. |
13 |
| -Timber integrates with Ruby through this library. |
| 21 | +capture in-app context, turning your text-based logs into rich structured events. |
| 22 | +Timber integrates with Ruby through this library. And Timber's |
| 23 | +[rich free-form query tools](https://docs-new.timber.io/usage/live-tailing#query-syntax) and |
| 24 | +[real-time tailing](https://docs-new.timber.io/usage/live-tailing), make drilling down into |
| 25 | +important stats easier than ever. |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +* **[Features](https://docs.timber.io/setup/languages/ruby#features)** |
| 30 | +* **[Installation](https://docs.timber.io/setup/languages/ruby#installation)** |
| 31 | +* **[Configuration](https://docs.timber.io/setup/languages/ruby#configuration)** |
| 32 | +* **[Usage](https://docs.timber.io/setup/languages/ruby#usage)** |
| 33 | +* **[Guides](https://docs.timber.io/setup/languages/ruby#guides)** |
| 34 | +* **[Integrations](https://docs.timber.io/setup/languages/ruby/integrations)** |
| 35 | +* **[Performance](https://docs.timber.io/setup/languages/ruby#performance)** |
| 36 | + |
| 37 | +--- |
14 | 38 |
|
15 |
| -* **Sign-up: [https://app.timber.io](https://app.timber.io)** |
16 |
| -* **Documentation: [https://docs.timber.io/setup/languages/ruby](https://docs.timber.io/setup/languages/ruby)** |
| 39 | +<p align="center"> |
| 40 | +<a href="https://timber.io">Timber</a> • |
| 41 | +<a href="https://docs.timber.io">Docs</a> • |
| 42 | +<a href="https://timber.io/pricing">Pricing</a> • |
| 43 | +<a href="https://timber.io/terms">Security</a> • |
| 44 | +<a href="https://timber.io/privacy">Compliance</a> |
| 45 | +</p> |
0 commit comments