Logs from JULIA_DEBUG="loading" are not visible #2487
Labels
backend
Concerning the julia server and runtime
bug
Something isn't working
display & PlutoRunner
& AbstractPlutoDingetjes.jl
logging
About `@info`, `@warn`, etc
If you run
JULIA_DEBUG="Pluto,loading"
, then start Pluto, then start a notebook, then import a package, then you should see these loading logs:I only see these logs because I disabled all IO and log capture (https://github.com/fonsp/Pluto.jl/tree/pg/pkg) but they should not be hidden silently.
I think we are hiding them because they are the DEBUG level, and they do not originate from the notebook itself.
The text was updated successfully, but these errors were encountered: