JuliaPluto/Pluto.jl

Allow setting the log filtering granularity.

Aperta

#3073 aperta il 23 ott 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Julia (329 fork)batch import
frontendgood first issuelogging

Metriche repository

Star
 (5295 stelle)
Metriche merge PR
 (Merge medio 5g 12h) (13 PR mergiate in 30 g)

Descrizione

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

https://github.com/fonsp/Pluto.jl/blob/b1cacd8e111ea4b04a2af6174ab08262dc381617/frontend/components/Logs.js#L9-L10

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.

Guida contributor