set-ns-min-level
function
taoensso.timbre/set-ns-min-level
(set-ns-min-level [config ?min-level] [config ns ?min-level])Returns given Timbre `config` with its `:min-level` modified so that
the given namespace has the specified minimum logging level.
When no namespace is provided, `*ns*` will be used.
When `?min-level` is nil, any minimum level specifications for the
*exact* given namespace will be removed.
See `*config*` docstring for more about `:min-level`.
See also `set-min-level!` for a util to directly modify `*config*`.
Examples
No examples yet. Be the first to add one!