-
-
Notifications
You must be signed in to change notification settings - Fork 292
🧾 Logging
Paul Berg edited this page Aug 19, 2022
·
4 revisions
Pluto supports showing messages printed with the standard library Logging module. This can be done using the @info
, @warn
and @error
macro.
If a package logs warnings or info messages that you want to hide (especially in the static export of the notebook), then the option to hide logs can be toggled by clicking on the cell menu (the three dots on the right).
Pluto supports an integration with the ProgressLogging.jl package which can be used to display a progress bar in the log message area:
To disable capturing and showing standard output inside Pluto and show it inside the terminal instead the capture_stdout=false
option can be provided to Pluto.run
when launching Pluto.