[bitbake-devel] [PATCH 3/4] bitbake-layers: use logger.plain instead of info

Paul Eggleton paul.eggleton at linux.intel.com
Fri Aug 12 16:20:59 UTC 2011


On Friday 12 August 2011 17:13:58 Paul Eggleton wrote:
> +    # Set up logging
> +    console = logging.StreamHandler(sys.stdout)
> +    format = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")

Forgot to mention in the cover: when Richard's logging changes get merged this 
code will need the additional "bb.msg.addDefaultlogFilter(console)" line added 
as well.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the bitbake-devel mailing list