Skip to content

Commit

Permalink
Merge pull request #3 from aaronjensen/patch-2
Browse files Browse the repository at this point in the history
Add `:exsyslog` to included_applications in readme
  • Loading branch information
mr-bt committed Nov 11, 2015
2 parents 1607581 + 4d3c4c7 commit 13fea0d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,24 @@ ExSyslog is custom backend for `Elixir Logger` that logs to syslog by wrapping [

## Installation

Add `:exsyslog` and `:syslog` as a dependency in your `mix.exs` file
Add `:exsyslog` as a dependency in your `mix.exs` file

```elixir

defp deps do
[
{:exsyslog, "~> 1.0.1"}
]
end
```

Add `:exsyslog` to your list of `included_applications`:

```elixir
def application do
[included_applications: [:exsyslog]]
end
```

## Configuration

ExSyslog is a Logger custom backend, as such, it relies on [Logger](http://elixir-lang.org/docs/stable/logger/) application.
Expand Down

0 comments on commit 13fea0d

Please sign in to comment.