Skip to content

Commit

Permalink
Improve SASL+Logger docs, closes elixir-lang#6064
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 3, 2017
1 parent ac1194b commit 09c4a91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/logger/lib/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ defmodule Logger do
* `:handle_sasl_reports` - redirects supervisor, crash and
progress reports to `Logger` so they are formatted in Elixir
terms. This uninstalls `sasl`'s logger that prints these
reports to the terminal. Defaults to `false`.
terms. Your application must guarantee `:sasl` is started before
`:logger`. This means you may see some initial reports written
in Erlang syntax until the Logger application kicks in and
uninstalls SASL's logger in favor of its own. Defaults to `false`.
* `:discard_threshold_for_error_logger` - a value that, when
reached, triggers the error logger to discard messages. This
Expand Down

0 comments on commit 09c4a91

Please sign in to comment.