We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Logger.put_process_level/2
1 parent 0a69416 commit 4c7e723Copy full SHA for 4c7e723
lib/logger/lib/logger.ex
@@ -800,8 +800,9 @@ defmodule Logger do
800
801
Currently the only accepted PID is `self()`.
802
803
- This will take priority over the primary level set, so it can be
804
- 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
805
+ logger level is used.
806
"""
807
@doc since: "1.15.0"
808
@spec put_process_level(pid(), level() | :all | :none) :: :ok
0 commit comments