Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 12, 2025
1 parent 484f39f commit 0cbf598
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ config :tower, reporters: [TowerEmail]

### `log_level`

Equal or above which level should Tower report Logger messages.
Possible values: https://hexdocs.pm/logger/Logger.html#module-levels.
`Logger` messages this level and above will be reported.

Possible values are any of defined `Logger` levels (https://hexdocs.pm/logger/Logger.html#module-levels) or
`:none` to disable reporting of `Logger` messages.

Default: `:critical`

Expand Down

0 comments on commit 0cbf598

Please # to comment.