Skip to content

Elixir library that logs events and errors to elasticsearch

Notifications You must be signed in to change notification settings

2trde/event_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventLog

Rollbax

The rollbax dependency is used to report plug, uncatched and manual errors to the cloud service rollbar. Please update your config.exs accordingly:

# Disable rollbar reporting
config :rollbax,
  enabled: false

# Use environment variables to configure rollbax
# ROLLBAR_ACCESS_TOKEN string
# ROLLBAR_ENABLED "false" "true"
# ROLLBAR_ENV string
config :rollbax,
  config_callback: {EventLog.Rollbax, :config}

Installation

If available in Hex, the package can be installed by adding event_log to your list of dependencies in mix.exs:

def deps do
  [
    {:event_log, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/event_log.

About

Elixir library that logs events and errors to elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages