Allow setting the log filtering granularity. #3073
Labels
frontend
Concerning the HTML editor
good first issue
Good for newcomers
logging
About `@info`, `@warn`, etc
Right now, Pluto filters out log messages which may or may not be desired. The way it does this is by two hardcoded constants at
Pluto.jl/frontend/components/Logs.js
Lines 9 to 10 in b1cacd8
It would be good if the logging filtering could either be customized or turned off because sometimes you actually want to read the log messages you output.
The text was updated successfully, but these errors were encountered: