You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,6 +370,7 @@ Allows overriding the minimum log level set by the logger it wraps.
370
370
Useful when debug logging
371
371
and used in conjuction with `Logging.with_logger` or `LoggingExtras.with` to
372
372
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`).
0 commit comments