Skip to content

Commit

Permalink
Improve log levels discoverability in docs (elixir-plug#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara authored May 22, 2021
1 parent b0a4c9b commit bc811b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plug/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ defmodule Plug.Logger do
* `:log` - The log level at which this plug should log its request info.
Default is `:info`.
The [list of supported levels](https://hexdocs.pm/logger/Logger.html#module-levels)
is available in the `Logger` documentation.
"""

require Logger
Expand Down

0 comments on commit bc811b4

Please sign in to comment.