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
The min_level property is not part of a logger standard interface (found only as a keyword argument).
Using .min_level caused an issue with Pluto custom logger ( fonsp/Pluto.jl#1038).
Perhaps one should use Logging.min_enabled_level() instead ?