Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Feb 5, 2024
1 parent 648e5f3 commit fba17aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Metadata values can also be maps.
You can control the order of output keys to put the message first, avoiding
having to read a big mess of JSON to find the important parts.

It implements the [formatter](https://www.erlang.org/doc/apps/kernel/logger_chapter.html#formatters)
API for the high-performance `logger` application introduced in OTP 21.

You can configure the names of output keys to support naming conventions from services
such as [Datadog](https://www.erlang.org/doc/man/logger_formatter.html) and
[Google Cloud](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#LogSeverity)

It implements the [formatter](https://www.erlang.org/doc/apps/kernel/logger_chapter.html#formatters)
API for the high-performance `logger` application introduced in OTP 21.

It is written in Erlang with no dependencies except for the Erlang JSON library
[thoas](https://github.com/lpil/thoas). It can be used by pure Erlang projects
as well as other BEAM languages such as Elixir.
Expand All @@ -42,7 +42,7 @@ Add `logger_formatter_json` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logger_formatter_json, "~> 0.7"},
{:logger_formatter_json, "~> 0.8"},
]
end
```
Expand Down

0 comments on commit fba17aa

Please sign in to comment.