Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbos committed Jul 20, 2023
1 parent 275366f commit 3c0ca21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Lastly, to use Rollbar:
- Look at the [source code](https://github.com/flowcommerce/lib-log/blob/main/src/main/scala/io/flow/log/Rollbar.scala#L159) to see how it works under the hood
- Note that currently only `warn` and `error` log levels are sent to the Rollbar API. Other log statements continue to get logged in the logs (and Sumo)
- We recommend replacing all calls to `Play.api.logger` w/ `RollbarLogger` - makes it easy to see there is a single logger plus will give us consistency in our log statements.

0 comments on commit 3c0ca21

Please sign in to comment.