Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/logger/lib/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,9 @@ defmodule Logger do

Currently the only accepted PID is `self()`.

This will take priority over the primary level set, so it can be
used to increase or decrease verbosity of some parts of the running system.
Different from `put_module_level/2`, the process level doesn't take priority
over the global level, but instead works alongside it. Effectively, the higher
logger level is used.
"""
@doc since: "1.15.0"
@spec put_process_level(pid(), level() | :all | :none) :: :ok
Expand Down