Skip to content

Commit fb99b13

Browse files
quinnjoxinabox
andauthored
Update README.md
Co-authored-by: Frames Catherine White <[email protected]>
1 parent 8d0069c commit fb99b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ Allows overriding the minimum log level set by the logger it wraps.
370370
Useful when debug logging
371371
and used in conjuction with `Logging.with_logger` or `LoggingExtras.with` to
372372
temporarily modify the current logger with a custom level.
373+
More generally useful if you want to use the current/global logger as a _sink_ but don't know if it is going to have a problematically high min log level set (as julia's default logger sets min level to `Info`).
373374
374375
```julia
375376
julia> using LoggingExtras

0 commit comments

Comments
 (0)