Skip to content

Commit

Permalink
Fix Logger docs layout (#13840)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Sep 19, 2024
1 parent 0d4d1e3 commit 357793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger/lib/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ defmodule Logger do
* `:metadata` - key-value pairs of global primary metadata to be included
in all log messages. Defaults to `[]`. The default formatter writes to
standard out and therefore cannot print all metadata. See
[`Logger.Formatter`'s documentation](Logger.Formatter.html#module-metadata`)
[`Logger.Formatter`'s documentation](`m:Logger.Formatter#module-metadata`)
for more information.
For example, to configure `Logger` to redirect all Erlang messages using a
Expand Down

0 comments on commit 357793a

Please sign in to comment.