Skip to content

Logstash formatter for Elixir standard Logger console backend

License

Notifications You must be signed in to change notification settings

salemove/logstash_logger_formatter

Repository files navigation

LogstashLoggerFormatter

Logstash JSON formatter for Elixir standard Logger console backend.

Installation

The package can be installed by adding logstash_logger_formatter to your list of dependencies in mix.exs:

def deps do
  [
    {:logstash_logger_formatter, "~> 1.1.5"}
  ]
end

Documentation can be found at https://hexdocs.pm/logstash_logger_formatter.

Usage

Add to your config.exs:

config :logger, :console,
  format: {LogstashLoggerFormatter, :format}

License

MIT License, Copyright (c) 2018 SaleMove

About

Logstash formatter for Elixir standard Logger console backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages