JuliaPluto/Pluto.jl

Allow setting the log filtering granularity.

開放

#3,073 建立於 2024年10月23日

 (2 則留言) (0 個反應) (0 位負責人)Julia (329 個分叉)batch import
frontendgood first issuelogging

倉庫指標

星標
 (5,295 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南