From 3c0ca21c1341b121ea3e3861793928725357b3a3 Mon Sep 17 00:00:00 2001 From: Chris Bos Date: Thu, 20 Jul 2023 16:36:06 -0400 Subject: [PATCH] Bump version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 201e3af..06ce8ac 100644 --- a/README.md +++ b/README.md @@ -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. +