How to clean Julia logs
Julia Programming Language
How to clean Julia logs
How can I get clean logs? I want to hide compiling messages and make them use my log formatter not bypass it. Expected: conf | config {now: Date("2026-08-17")} opti | fit started Actual: conf | config {now: Date("2026-08-17")} Info Given DB was explicitly requested, output will be shown live Precompiling DB finished. 1 dependency successfully precompiled in 7 seconds 1 dependency had output during precompilation: ┌ DB │ [Output was shown above] └ Info Given...
0 comments
No comments yet.