Skip to content

Commit d0ed30e

Browse files
authored
Update README.md
1 parent b6a08ca commit d0ed30e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

example-project/README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alternatively, add `gem "logtail"` to your `Gemfile` manually and then run `bund
1616

1717
## Run the example project
1818

19-
Replace `<source-token>` with your actual source token in the `main.rb` file. You can find your source token by going to logtail.com -> sources -> edit.
19+
Replace `<source-token>` with your actual source token in the `main.rb` file. You can find your source token by going to _logtail.com -> sources -> edit_.
2020

2121
To run the example application, run the following command adding your source token:
2222

@@ -38,9 +38,7 @@ The `logger` instance we created in the installation section is used to send l
3838

3939
## Logging example
4040

41-
In this example, we will send two logs - DEBUG and INFO
42-
43-
### Ruby
41+
In this example, we will send two logs - **DEBUG** and **INFO**
4442

4543
```ruby
4644
# Send debug logs messages using the debug() method
@@ -50,16 +48,6 @@ logger.debug("Logtail is ready!")
5048
logger.info("I am using Logtail!")
5149
```
5250

53-
### Ruby on Rails
54-
55-
```ruby
56-
# Send debug logs messages using the debug() method
57-
Rails.logger.debug("Logtail is ready!")
58-
59-
# Send informative messages about interesting events using the info() method
60-
Rails.logger.info("I am using Logtail!")
61-
```
62-
6351
This will create the following output:
6452

6553
```json

0 commit comments

Comments
 (0)