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 Options was explicitly requested, output will be shown live
Precompiling Options finished.
  1 dependency successfully precompiled in 8 seconds
  1 dependency had output during precompilation:
┌ Options
│  [Output was shown above]
└
Info Given SV_JLs was explicitly requested, output will be shown live
Precompiling SV_JLs finished.
  1 dependency successfully precompiled in 7 seconds
  1 dependency had output during precompilation:
┌ SV_JLs
│  [Output was shown above]
└
  opti |         fit started