Skip to main content

init_logging

Function init_logging 

Source
pub fn init_logging(verbose: u8)
Expand description

Initialise logging based on the requested verbosity level.

  • 0 — no logging, only the progress bar.
  • 1 — info logs and live kernel build output.
  • 2 or more — debug logs.